diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2023-07-19 09:17:36 +0300 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2023-11-14 17:33:21 +1100 |
commit | 3e936c7edba52ad46c847c11e9dc3e48dd04f208 (patch) | |
tree | ae5cbc2b071cdd1fc9438dedc6e7f50999aac73a | |
parent | 424836685cad1f18dc093a402dfe6288dc011252 (diff) |
cargo-c: Update to 0.9.22
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1299>
-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 13724f30..94eb695e 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.20' + version = '0.9.22' stype = SourceType.TARBALL btype = BuildType.CARGO - url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.20.tar.gz' - tarball_checksum = '6a89125c4b59279e73f977ef8a7aa5d83240bdf5d1d7ef1a53b8d1f2201a5f41' + url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.22.tar.gz' + tarball_checksum = '6af542e3d76e4341693b2e9a9f50abf15b04d82c5f9d1b350110cfac7e914e73' tarball_dirname = '%(name)s-%(version)s' # Need system openssl on Linux use_system_libs = True |