development/cargo-vendor: Updated for version 0.1.15.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2018-05-19 12:21:42 +12:00 committed by Willy Sudiarto Raharjo
parent 41ff303925
commit d9942e1d3e
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cargo-vendor PRGNAM=cargo-vendor
VERSION=${VERSION:-0.1.14} VERSION=${VERSION:-0.1.15}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="cargo-vendor" PRGNAM="cargo-vendor"
VERSION="0.1.14" VERSION="0.1.15"
HOMEPAGE="https://github.com/alexcrichton/cargo-vendor" HOMEPAGE="https://github.com/alexcrichton/cargo-vendor"
DOWNLOAD="https://github.com/alexcrichton/cargo-vendor/releases/download/0.1.14/cargo-vendor-src-0.1.14.tar.gz" DOWNLOAD="https://github.com/alexcrichton/cargo-vendor/releases/download/0.1.15/cargo-vendor-src-0.1.15.tar.gz"
MD5SUM="a769d558a44edd1a362ce9fe1285165d" MD5SUM="d7713620d7c3456483052fa42d2a9535"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="rust" REQUIRES="rust"