diff options
Diffstat (limited to 'recipes/build-tools/cargo-c.recipe')
-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 13724f30..94eb695e 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.20' + version = '0.9.22' stype = SourceType.TARBALL btype = BuildType.CARGO - url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.20.tar.gz' - tarball_checksum = '6a89125c4b59279e73f977ef8a7aa5d83240bdf5d1d7ef1a53b8d1f2201a5f41' + url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.22.tar.gz' + tarball_checksum = '6af542e3d76e4341693b2e9a9f50abf15b04d82c5f9d1b350110cfac7e914e73' tarball_dirname = '%(name)s-%(version)s' # Need system openssl on Linux use_system_libs = True |