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

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

View File

@ -32,11 +32,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cargo-vendor-filterer
VERSION=${VERSION:-0.5.12}
BUILD=${BUILD:-3}
VERSION=${VERSION:-0.5.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
VSBUILD=${VSBUILD:-2}
VSBUILD=${VSBUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View File

@ -1,10 +1,10 @@
PRGNAM="cargo-vendor-filterer"
VERSION="0.5.12"
VERSION="0.5.13"
HOMEPAGE="https://github.com/coreos/cargo-vendor-filterer"
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-2.tar.xz"
MD5SUM="c0add10b6eea99e1d97b77554e558c3b \
47bde15ffe20ce449d7b595b89f920d7"
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_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16"