diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2023-06-06 09:44:49 +0300 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2023-11-14 17:33:19 +1100 |
commit | 424836685cad1f18dc093a402dfe6288dc011252 (patch) | |
tree | 32e3fc1a04e2a8145dae4d05674e15c5381a73d8 | |
parent | 9ffef72a63c7f689e5e696e9beceaf83b610500e (diff) |
cargo-c: Update to 0.9.20
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 d366312f..13724f30 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.19' + version = '0.9.20' stype = SourceType.TARBALL btype = BuildType.CARGO - url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.19.tar.gz' - tarball_checksum = 'c2633ff22e52da9985394f30c8ef5e9abbac4d14c9b79e3690c8e95cf500ab97' + url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.20.tar.gz' + tarball_checksum = '6a89125c4b59279e73f977ef8a7aa5d83240bdf5d1d7ef1a53b8d1f2201a5f41' tarball_dirname = '%(name)s-%(version)s' # Need system openssl on Linux use_system_libs = True |