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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-11-24 11:08:48 -07:00 committed by Willy Sudiarto Raharjo
parent 65853a0cc1
commit e49a0488e0
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View File

@ -28,8 +28,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cargo-vendor-filterer
VERSION=${VERSION:-0.5.11}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.5.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="cargo-vendor-filterer"
VERSION="0.5.11"
VERSION="0.5.12"
HOMEPAGE="https://github.com/coreos/cargo-vendor-filterer"
DOWNLOAD="https://github.com/coreos/cargo-vendor-filterer/archive/v0.5.11/cargo-vendor-filterer-0.5.11.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/cargo-vendor-filterer-vendored-sources-0.5.11-2.tar.xz"
MD5SUM="2dd470af105d06ca9b69be84198a31d3 \
744904c9e84722e3fba88e9280cf2d65"
DOWNLOAD="https://github.com/coreos/cargo-vendor-filterer/archive/v0.5.12/cargo-vendor-filterer-0.5.12.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/cargo-vendor-filterer-vendored-sources-0.5.12-1.tar.xz"
MD5SUM="c0add10b6eea99e1d97b77554e558c3b \
5924a1885a74d36ccc4ac68335f603f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16"