summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2017-06-27 23:41:55 +1000
committerJan Schmidt <jan@centricular.com>2017-06-27 23:41:55 +1000
commitc430854e4ecbb01a125f95fa468e7fe1d595fda1 (patch)
tree6208fb48744c93042852f9d146fe227a1fefe036
parentb61540fdeb9d904d42d0aceade5a70f2813f09e7 (diff)
Update to track 1.12 branch tip
-rw-r--r--packages/custom.py2
-rw-r--r--recipes/custom.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/custom.py b/packages/custom.py
index dd62a960..68a44aa6 100644
--- a/packages/custom.py
+++ b/packages/custom.py
@@ -6,7 +6,7 @@ from cerbero.enums import License
class GStreamer:
url = "http://gstreamer.freedesktop.org"
- version = '1.12.1'
+ version = '1.12.1.1'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 84b52c08..416cdaea 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -13,8 +13,8 @@ from cerbero.utils import shell, to_unixpath
class GStreamerBase:
licenses = [License.LGPLv2Plus]
- version = '1.12.1'
- commit = '1.12.1'
+ version = '1.12.1.1
+ commit = 'origin/1.12'
class GStreamer(GStreamerBase, recipe.Recipe):