mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo-update: update to 12.0.0
This commit is contained in:
parent
acd90448ce
commit
884e0dbc15
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'cargo-update'
|
# Template file for 'cargo-update'
|
||||||
pkgname=cargo-update
|
pkgname=cargo-update
|
||||||
version=11.1.2
|
version=12.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="cmake pkg-config go-md2man"
|
hostmakedepends="pkg-config go-md2man"
|
||||||
makedepends="libgit2-devel libssh2-devel openssl-devel"
|
makedepends="libcurl-devel libgit2-devel libssh2-devel openssl-devel"
|
||||||
short_desc="Cargo subcommand for updates to installed executables"
|
short_desc="Cargo subcommand for updates to installed executables"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
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=0f37b3f03b48682af78442163dac30120c8f2262469f1cc313b3532aa1f9e7f4
|
checksum=fd2e7d90487a2fede33cd3579d9509a208c119955205565ea578fc7502ba1201
|
||||||
|
|
||||||
# on i686, unexpected index dir hashes are generated
|
# on i686, unexpected index dir hashes are generated
|
||||||
if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then
|
if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue