diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2023-04-24 12:19:22 +0300 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2023-11-14 17:33:16 +1100 |
commit | 9ffef72a63c7f689e5e696e9beceaf83b610500e (patch) | |
tree | e44645589fb5c41ccd660da65c46472f3f2c6b9a | |
parent | 6be80b35f8115bc89d49a11d5c28dcd764300cc3 (diff) |
cargo-c: Update to 0.9.19
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 dadd0df4..d366312f 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.17' + version = '0.9.19' stype = SourceType.TARBALL btype = BuildType.CARGO - url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.17.tar.gz' - tarball_checksum = '95fcf50505516dfa6a941e666d1388810da9d7a9e1c623c09068faef5d50b3b9' + url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.19.tar.gz' + tarball_checksum = 'c2633ff22e52da9985394f30c8ef5e9abbac4d14c9b79e3690c8e95cf500ab97' tarball_dirname = '%(name)s-%(version)s' # Need system openssl on Linux use_system_libs = True |