system/vagrant: Updated for version 1.9.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b6f9404c9a
commit
54dc701c4f
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=vagrant
|
||||
VERSION=${VERSION:-1.8.5}
|
||||
VERSION=${VERSION:-1.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vagrant"
|
||||
VERSION="1.8.5"
|
||||
VERSION="1.9.0"
|
||||
HOMEPAGE="http://www.vagrantup.com"
|
||||
DOWNLOAD="https://releases.hashicorp.com/vagrant/1.8.5/vagrant_1.8.5_i686.rpm"
|
||||
MD5SUM="dae69655a01f85423f3ad8fede6cbcc7"
|
||||
DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/1.8.5/vagrant_1.8.5_x86_64.rpm"
|
||||
MD5SUM_x86_64="eb9917d5c06af58e8795ca28faa3458b"
|
||||
DOWNLOAD="https://releases.hashicorp.com/vagrant/1.9.0/vagrant_1.9.0_i686.rpm"
|
||||
MD5SUM="1f51c715f2853b83af7eba8b3461b798"
|
||||
DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/1.9.0/vagrant_1.9.0_x86_64.rpm"
|
||||
MD5SUM_x86_64="9bb8713bca36eb1f3e85d1d9bbaf6d3b"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
|
|
Loading…
Reference in New Issue