summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-03-11 09:52:54 +0200
committerMatthew Waters <matthew@centricular.com>2023-11-14 17:33:14 +1100
commit6be80b35f8115bc89d49a11d5c28dcd764300cc3 (patch)
treec5ce1912df8406b811c5ca62cb38ae9431c50e3c
parent06243e39e7c9820b19fffb16c6c6264bda4e9504 (diff)
cargo-c: Update to 0.9.17
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1299>
-rw-r--r--recipes/build-tools/cargo-c.recipe6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/build-tools/cargo-c.recipe b/recipes/build-tools/cargo-c.recipe
index 7c92193d..dadd0df4 100644
--- a/recipes/build-tools/cargo-c.recipe
+++ b/recipes/build-tools/cargo-c.recipe
@@ -2,11 +2,11 @@
class Recipe(recipe.Recipe):
name = 'cargo-c'
- version = '0.9.16'
+ version = '0.9.17'
stype = SourceType.TARBALL
btype = BuildType.CARGO
- url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.16.tar.gz'
- tarball_checksum = 'a84e31fa1718db05f0c7708aff0688858362113d35828e0bc478199b5761256f'
+ url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.17.tar.gz'
+ tarball_checksum = '95fcf50505516dfa6a941e666d1388810da9d7a9e1c623c09068faef5d50b3b9'
tarball_dirname = '%(name)s-%(version)s'
# Need system openssl on Linux
use_system_libs = True