summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2018-03-24 00:09:51 +1100
committerJan Schmidt <jan@centricular.com>2018-03-24 00:09:51 +1100
commit3c9de69112c8158877e4b0060ef0ab89c083f376 (patch)
treed38c3f576420d0f1dbcc858c86e4b0051d49f56d
parent8e084f9c1c4bfe6522f4fb3dbf99dbb121afe571 (diff)
Build 1.14.0.1 package for Windows1.14.0.1
-rw-r--r--packages/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/custom.py b/packages/custom.py
index 90686b24..0a37b3c6 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.14.0'
+ version = '1.14.0.1'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'