diff options
-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="" |