diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2023-03-11 09:52:54 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2023-03-11 09:53:58 +0200 |
commit | b75cf2d970bb100af50c99491430cc6534892fa4 (patch) | |
tree | 6dc82127829e4d212ccfb632aca4b51bcd534ea3 /recipes/build-tools | |
parent | bf88501c3f785d40537240d6ff480b46302d0543 (diff) |
cargo-c: Update to 0.9.17
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1139>
Diffstat (limited to 'recipes/build-tools')
-rw-r--r-- | recipes/build-tools/cargo-c.recipe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/build-tools/cargo-c.recipe b/recipes/build-tools/cargo-c.recipe index bce5f112..0d2bce8c 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 |