diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-01-26 18:27:33 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-01-26 18:27:33 +0000 |
commit | 3eed881166d93e75ad6677b5be033c20e0e434a1 (patch) | |
tree | 3c896baf365024c06390bf77128ba7ce227c5866 /recipes | |
parent | 8cf9d9c60a6bf1215687a6071434761b71070254 (diff) |
orc: update to 0.4.36
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1331>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/orc.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/orc.recipe b/recipes/orc.recipe index 62fce23b..26c02ae9 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.35' + version = '0.4.36' 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 = '718cdb60db0d5f7d4fc8eb955cd0f149e0ecc78dcd5abdc6ce3be95221b793b9' + tarball_checksum = '83b074cb67317d58bef1e8d0cc862f7ae8a77a45bbff056a1f987c6488b2f5fd' # These properties are only used when stype is GIT remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/orc.git'} commit = 'origin/main' |