From 5a0861dff767985643611e5a2bc80d823f6e964c Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 13 Jan 2026 18:26:54 +0100 Subject: [PATCH] cargo_c, bump to 0.10.18 (#13620) 0.10.19 requires rust >= 1.90 --- .../{cargo_c-0.10.7.recipe => cargo_c-0.10.18.recipe} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename dev-rust/cargo_c/{cargo_c-0.10.7.recipe => cargo_c-0.10.18.recipe} (87%) diff --git a/dev-rust/cargo_c/cargo_c-0.10.7.recipe b/dev-rust/cargo_c/cargo_c-0.10.18.recipe similarity index 87% rename from dev-rust/cargo_c/cargo_c-0.10.7.recipe rename to dev-rust/cargo_c/cargo_c-0.10.18.recipe index ba4ccdcda..3c6d22f91 100644 --- a/dev-rust/cargo_c/cargo_c-0.10.7.recipe +++ b/dev-rust/cargo_c/cargo_c-0.10.18.recipe @@ -3,13 +3,13 @@ DESCRIPTION="It produces and installs a correct pkg-config file, a static \ library and a dynamic library, and a C header to be used by any C (and \ C-compatible) software." HOMEPAGE="https://github.com/lu-zero/cargo-c" -COPYRIGHT="2024 Luca Barbato" +COPYRIGHT="2019-present Luca Barbato" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/lu-zero/cargo-c/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="c4532dd2bf23769df5f64649d5b0c037fb2a29467c74d16a54bad3054d9f3f3a" +CHECKSUM_SHA256="0f2b699be7ad5cac05624701065ae521c7f6b8159bdbcb8103445fc2440d1a7e" SOURCE_URI_2="https://github.com/lu-zero/cargo-c/releases/download/v$portVersion/Cargo.lock#noarchive" -CHECKSUM_SHA256_2="7272f41442713ce20c42198fdf9128a77b539ded1649872ab88dc1411db8dee4" +CHECKSUM_SHA256_2="14e438039df865fbd1d4c68bc4ed61a2ee015c12f41bb47b942d4ee316d49d31" SOURCE_DIR="cargo-c-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -40,7 +40,6 @@ BUILD_REQUIRES=" devel:libssh2$secondaryArchSuffix devel:libssl$secondaryArchSuffix >= 3 devel:libz$secondaryArchSuffix - lib:libssl$secondaryArchSuffix >= 1.1 " BUILD_PREREQUIRES=" cmd:cargo$secondaryArchSuffix @@ -52,7 +51,7 @@ BUILD() { cp $sourceDir2/Cargo.lock Cargo.lock - cargo fetch --locked + cargo fetch } INSTALL()