diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-01-23 15:18:18 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-01-23 15:18:18 +0000 |
commit | e1e5359d673e5f06de4da8ad703c09ea0aab9e50 (patch) | |
tree | e0868f5191081cb0590e112cce2c374f44e344fe /recipes | |
parent | c8db3eef4096f5f16220b9401fef62013cd16e1f (diff) |
orc: update to 0.4.35
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1324>
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 f11f222f..62fce23b 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.34' + version = '0.4.35' 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 = '8f47abb3f097171e44eb807adcdabd860fba2effd37d8d3c4fbd5f341cadd41f' + tarball_checksum = '718cdb60db0d5f7d4fc8eb955cd0f149e0ecc78dcd5abdc6ce3be95221b793b9' # These properties are only used when stype is GIT remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/orc.git'} commit = 'origin/main' |