system/vagrant: Updated for version 2.0.0.

This commit is contained in:
Benjamin Trigona-Harany 2017-09-06 23:10:28 -07:00 committed by Willy Sudiarto Raharjo
parent cd4f6b233d
commit f389a28195
2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=vagrant
VERSION=${VERSION:-1.9.7}
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="vagrant"
VERSION="1.9.7"
VERSION="2.0.0"
HOMEPAGE="https://www.vagrantup.com"
DOWNLOAD="https://releases.hashicorp.com/vagrant/1.9.7/vagrant_1.9.7_i686.rpm"
MD5SUM="20540d723c8d7facd559702647811ddd"
DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/1.9.7/vagrant_1.9.7_x86_64.rpm"
MD5SUM_x86_64="500ad9ed8a71cc2fad9dcd14fd01144c"
DOWNLOAD="https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_i686.rpm"
MD5SUM="75e294604bbacabab1cb71a63f3bdc14"
DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_x86_64.rpm"
MD5SUM_x86_64="c25e11b230fedadf65042854235a6dac"
REQUIRES=""
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"