mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
cargo_c, bump version (#11429)
This commit is contained in:
@@ -7,9 +7,9 @@ COPYRIGHT="2024 Luca Barbato"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/lu-zero/cargo-c/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="922171afb3ceaf6553ff3916ae4663d3743ba22f80725f2300a26b76eb6eb94f"
|
||||
CHECKSUM_SHA256="c4532dd2bf23769df5f64649d5b0c037fb2a29467c74d16a54bad3054d9f3f3a"
|
||||
SOURCE_URI_2="https://github.com/lu-zero/cargo-c/releases/download/v$portVersion/Cargo.lock#noarchive"
|
||||
CHECKSUM_SHA256_2="6c099fe28666e4c6b5da41b65d00de35c9c60ab336c625d845f28055a0e90a7d"
|
||||
CHECKSUM_SHA256_2="7272f41442713ce20c42198fdf9128a77b539ded1649872ab88dc1411db8dee4"
|
||||
SOURCE_DIR="cargo-c-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -34,12 +34,13 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libcrypto$secondaryArchSuffix >= 3
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libgit2$secondaryArchSuffix
|
||||
devel:libgit2$secondaryArchSuffix >= 1.8
|
||||
devel:libssh2$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix >= 3
|
||||
devel:libz$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix >= 1.1
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cargo$secondaryArchSuffix
|
||||
Reference in New Issue
Block a user