development/cargo-vendor-filterer: Updated for version 0.5.14.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-04-03 02:11:20 -06:00 committed by Willy Sudiarto Raharjo
parent 8cd9e8b5fc
commit 25eeabe5ec
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cargo-vendor-filterer
VERSION=${VERSION:-0.5.13}
VERSION=${VERSION:-0.5.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="cargo-vendor-filterer"
VERSION="0.5.13"
VERSION="0.5.14"
HOMEPAGE="https://github.com/coreos/cargo-vendor-filterer"
DOWNLOAD="https://github.com/coreos/cargo-vendor-filterer/archive/v0.5.13/cargo-vendor-filterer-0.5.13.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/cargo-vendor-filterer-vendored-sources-0.5.13-1.tar.xz"
MD5SUM="8e04e4fbfeb460fa0b0eaa46f8c08276 \
401c99f8f1df92cc7e082b1e445523c9"
DOWNLOAD="https://github.com/coreos/cargo-vendor-filterer/archive/v0.5.14/cargo-vendor-filterer-0.5.14.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/cargo-vendor-filterer-vendored-sources-0.5.14-1.tar.xz"
MD5SUM="f5b9df9adc3c9d05c5ad62529fe354f7 \
ca7986322b63d02809d7acb48fca3f2c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16"