summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-18 11:57:05 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-18 11:57:05 +0100
commiteee4e8787657343f579f4d4e7ab32df8cd4a43bf (patch)
treec1415ffcc6dfa3fcc9fcae624f14883388855b58
parentc01d36299f315295801cf9761453de5464279a63 (diff)
Update appstream-glib to a git commit that has the icon fixes
-rw-r--r--org.freedesktop.Sdk.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/org.freedesktop.Sdk.json b/org.freedesktop.Sdk.json
index 4d8710a..3d0aa33 100644
--- a/org.freedesktop.Sdk.json
+++ b/org.freedesktop.Sdk.json
@@ -1482,10 +1482,11 @@
"--disable-static",
"--disable-dependency-tracking" ],
"sources": [
- {
- "type": "archive",
- "url": "http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.5.8.tar.xz",
- "sha256": "c31faa2c18dde1ba5b13feece660bfa0686356181f143c3712e1edab82e94556"
+ {
+ /* TODO: This uses master for now to get the appstream-compose icon fix, but should use a realease */
+ "type": "git",
+ "url": "https://github.com/hughsie/appstream-glib.git",
+ "branch": "5d3917a7dc84851b35d214e349d643e836bb4061"
}
]
},