cargo-c: update to 0.9.18.

This commit is contained in:
oreo639 2023-04-16 12:54:05 -07:00 committed by classabbyamp
parent 1f26538e75
commit 08ebd7e821

View file

@ -1,6 +1,6 @@
# Template file for 'cargo-c'
pkgname=cargo-c
version=0.9.17
version=0.9.18
revision=1
build_style=cargo
hostmakedepends="pkg-config"
@ -11,10 +11,14 @@ license="MIT"
homepage="https://crates.io/crates/cargo-c"
distfiles="https://github.com/lu-zero/cargo-c/archive/v${version}.tar.gz
https://github.com/lu-zero/cargo-c/releases/download/v${version}/Cargo.lock"
checksum="95fcf50505516dfa6a941e666d1388810da9d7a9e1c623c09068faef5d50b3b9
53a6340faee4ae1c56ca8a61087908b0fccce0352a070de404bcce05d20f369a"
checksum="1839c3e31f19eae346c47dcf2084bda80d875a8bb01fb2c55489802c7793c2d8
7c4ebb1140e3b4452f7cda6027413fb29449b85c9c35d3f5df3dbed36287ac8c"
skip_extraction="Cargo.lock"
post_extract() {
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Cargo.lock ${wrksrc}
}
post_install() {
vlicense LICENSE
}