diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2023-06-06 09:44:49 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2023-06-06 10:02:46 +0300 |
commit | 79b5a78551dba468676309ed8f2e3626ae45abdf (patch) | |
tree | b5185927e262cfe4beb660365452854eb01238c7 /recipes/build-tools | |
parent | 0fe6693d2660e3986015b2f7e828a20d98693505 (diff) |
cargo-c: Update to 0.9.20
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1197>
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 38080d4b..233038b9 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 |