diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-02-09 00:46:39 +0000 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2024-02-09 01:36:54 +0000 |
commit | acb3d637de0f70632d3c08931f6da3162c064006 (patch) | |
tree | 58578b390f6d0e57b045dfc0b50cec3d83bc00e1 | |
parent | b5fc2640a0aec0dffb0580e986f5a35557663b39 (diff) |
orc: update to 0.4.37
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1354>
-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 26c02ae9..fc9e5fd0 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.36' + version = '0.4.37' 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 = '83b074cb67317d58bef1e8d0cc862f7ae8a77a45bbff056a1f987c6488b2f5fd' + tarball_checksum = '85638c0d447d989cd0d7e03406adbfbc380e67db2a622a4727a0ce3d440b2974' # These properties are only used when stype is GIT remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/orc.git'} commit = 'origin/main' |