cargo-update: update to 10.0.1
This commit is contained in:
parent
1317ac9b12
commit
0f15062021
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cargo-update'
|
||||
pkgname=cargo-update
|
||||
version=9.0.0
|
||||
version=10.0.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="cmake pkg-config go-md2man"
|
||||
|
@ -10,7 +10,12 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/nabijaczleweli/cargo-update"
|
||||
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() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue