diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2022-11-28 14:26:21 +0200 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2022-11-29 19:17:25 +0000 |
commit | 75cd2228f31afd5fee974129c687976cddff4961 (patch) | |
tree | 9a2e33d5e62a44d70513af8a026bfd312f5100e3 /recipes | |
parent | 3ca7213683f350c4fc8f19653df69932fe09d24f (diff) |
cargo-c: Update to 0.9.14
Previously this was only updated in the wrong place.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1033>
Diffstat (limited to 'recipes')
-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 63445ed6..f668804a 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.12' + version = '0.9.14' stype = SourceType.TARBALL btype = BuildType.CARGO - url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.12.tar.gz' - tarball_checksum = 'd700c6cc93d06c5ed7a887f51d87d47e88e783dfc1b28d00b951625c4d3ce509' + url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.14.tar.gz' + tarball_checksum = 'd79c12eae1460803a1ce8b440ae213dc4df63a6f2bf39ebd49eea1d7a008bec6' tarball_dirname = '%(name)s-%(version)s' # Need system openssl on Linux use_system_libs = True |