diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-07-13 08:59:52 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-13 08:30:58 +0700 |
commit | 4c14ff99a7b1b41035f6a28fc7245ae884f23e98 (patch) | |
tree | ecdef87dc8f25318f1030d47f1162956d93bfdcd /development | |
parent | a54d4561262b0ed7225e3224866e9eba7a8e6a02 (diff) | |
download | slackbuilds-4c14ff99a7b1b41035f6a28fc7245ae884f23e98.tar.gz |
development/cargo-vendor: Updated for version 0.1.23.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development')
-rw-r--r-- | development/cargo-vendor/cargo-vendor.SlackBuild | 4 | ||||
-rw-r--r-- | development/cargo-vendor/cargo-vendor.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/cargo-vendor/cargo-vendor.SlackBuild b/development/cargo-vendor/cargo-vendor.SlackBuild index c38dcb0dd3..eaf37417e1 100644 --- a/development/cargo-vendor/cargo-vendor.SlackBuild +++ b/development/cargo-vendor/cargo-vendor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cargo-vendor -# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cargo-vendor -VERSION=${VERSION:-0.1.22} +VERSION=${VERSION:-0.1.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/cargo-vendor/cargo-vendor.info b/development/cargo-vendor/cargo-vendor.info index 4efc968f5b..c922e9cc31 100644 --- a/development/cargo-vendor/cargo-vendor.info +++ b/development/cargo-vendor/cargo-vendor.info @@ -1,8 +1,8 @@ PRGNAM="cargo-vendor" -VERSION="0.1.22" +VERSION="0.1.23" HOMEPAGE="https://github.com/alexcrichton/cargo-vendor" -DOWNLOAD="https://github.com/alexcrichton/cargo-vendor/releases/download/0.1.22/cargo-vendor-src-0.1.22.tar.gz" -MD5SUM="02bba70e850fae916431a17c1381d162" +DOWNLOAD="https://github.com/alexcrichton/cargo-vendor/releases/download/0.1.23/cargo-vendor-src-0.1.23.tar.gz" +MD5SUM="4c35b8f917b42c6fc600292d9779a84c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |