summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-08-09 17:50:55 +0300
committerMatthew Waters <matthew@centricular.com>2023-11-14 17:33:23 +1100
commitfe13660d62ee07220e37829ba570d7ffb151aca1 (patch)
tree2d67936f5449e6bc211de63f62fe51ae66d2db7b
parent3e936c7edba52ad46c847c11e9dc3e48dd04f208 (diff)
cargo-c: Update to 0.9.23
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1299>
-rw-r--r--recipes/build-tools/cargo-c.recipe6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/build-tools/cargo-c.recipe b/recipes/build-tools/cargo-c.recipe
index 94eb695e..1f3c03ba 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.22'
+ version = '0.9.23'
stype = SourceType.TARBALL
btype = BuildType.CARGO
- url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.22.tar.gz'
- tarball_checksum = '6af542e3d76e4341693b2e9a9f50abf15b04d82c5f9d1b350110cfac7e914e73'
+ url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.23.tar.gz'
+ tarball_checksum = 'bb6c119d72682095fe05fcb6b6eead33090f3eb6e71950f21b8f51a2013984ad'
tarball_dirname = '%(name)s-%(version)s'
# Need system openssl on Linux
use_system_libs = True