diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-04-23 00:28:16 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-04-23 00:28:16 +0100 |
commit | a035b59237bf6dabbb9299584d2e92da834a5edf (patch) | |
tree | 7af5277bc68c7a0ddb7ae4606e26fc27e4a88265 | |
parent | 192ecada04ab263ad7df3da72de231640babe988 (diff) |
app-image-kit: pin to specific commit for stable branch
https://bugzilla.gnome.org/show_bug.cgi?id=765439
-rw-r--r-- | recipes/build-tools/app-image-kit.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/app-image-kit.recipe b/recipes/build-tools/app-image-kit.recipe index 4dbf7aa2..9617acf4 100644 --- a/recipes/build-tools/app-image-kit.recipe +++ b/recipes/build-tools/app-image-kit.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): licenses = [License.GPL] btype = BuildType.MAKEFILE remotes = {'origin': 'https://github.com/thiblahute/AppImageKit.git'} - commit = 'origin/master' + commit = '2512a71419a2ba9949784e71d3f374e407f9492e' config_sh = 'cmake .' configure_tpl = "%(config-sh)s" |