mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo-update: update to 10.0.1
This commit is contained in:
parent
1317ac9b12
commit
0f15062021
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cargo-update'
|
# Template file for 'cargo-update'
|
||||||
pkgname=cargo-update
|
pkgname=cargo-update
|
||||||
version=9.0.0
|
version=10.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="cmake pkg-config go-md2man"
|
hostmakedepends="cmake pkg-config go-md2man"
|
||||||
|
@ -10,7 +10,12 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/nabijaczleweli/cargo-update"
|
homepage="https://github.com/nabijaczleweli/cargo-update"
|
||||||
distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=91667cfa404b6e2c9d0eafdf801f0740b863cc1b0e269e681369a6b6093dec3c
|
checksum=6057c640fe372aaae22644ce4dbe2c4a3299e687858c9043544737379fc03876
|
||||||
|
|
||||||
|
# on i686, unexpected index dir hashes are generated
|
||||||
|
if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then
|
||||||
|
make_check_args="-- --skip ops::assert_index_path"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue