summaryrefslogtreecommitdiff
path: root/recipes/orc.recipe
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-07-01 19:03:11 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-07-01 19:03:11 +0530
commit109430d12a12fbca22c98f917c94fdbb73771d6e (patch)
treed79cb4727aee9f375c58bc692e5580dcb0aa6283 /recipes/orc.recipe
parentc41aaa43abb9cbfc1069918cfebf1759d3fca6f5 (diff)
orc.recipe: Bump to 0.4.31, switch to tarball
We need to use this tarball for the 1.18 branch. We will switch back to origin/master afterwards. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/533>
Diffstat (limited to 'recipes/orc.recipe')
-rw-r--r--recipes/orc.recipe6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/orc.recipe b/recipes/orc.recipe
index 7ce50167..6e415d81 100644
--- a/recipes/orc.recipe
+++ b/recipes/orc.recipe
@@ -3,12 +3,12 @@ from cerbero.tools.libtool import LibtoolLibrary
class Recipe(recipe.Recipe):
name = 'orc'
- version = '0.4.29'
+ version = '0.4.31'
- stype = SourceType.GIT
+ stype = SourceType.TARBALL
# These properties are only used when stype is TARBALL
url = 'https://gstreamer.freedesktop.org/src/orc/orc-%(version)s.tar.xz'
- tarball_checksum = '4f8901f9144b5ec17dffdb33548b5f4c7f8049b0d1023be3462cdd64ec5a3ab2'
+ tarball_checksum = 'a0ab5f10a6a9ae7c3a6b4218246564c3bf00d657cbdf587e6d34ec3ef0616075'
# These properties are only used when stype is GIT
remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/orc.git'}
commit = 'origin/master'