cargo-update: update to 12.0.0
This commit is contained in:
parent
acd90448ce
commit
884e0dbc15
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'cargo-update'
|
||||
pkgname=cargo-update
|
||||
version=11.1.2
|
||||
version=12.0.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="cmake pkg-config go-md2man"
|
||||
makedepends="libgit2-devel libssh2-devel openssl-devel"
|
||||
hostmakedepends="pkg-config go-md2man"
|
||||
makedepends="libcurl-devel libgit2-devel libssh2-devel openssl-devel"
|
||||
short_desc="Cargo subcommand for updates to installed executables"
|
||||
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=0f37b3f03b48682af78442163dac30120c8f2262469f1cc313b3532aa1f9e7f4
|
||||
checksum=fd2e7d90487a2fede33cd3579d9509a208c119955205565ea578fc7502ba1201
|
||||
|
||||
# on i686, unexpected index dir hashes are generated
|
||||
if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then
|
||||
|
|
Loading…
Reference in New Issue