system/vagrant: Updated for version 1.8.5.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2016-08-22 22:12:09 -07:00 committed by David Spencer
parent 0ad7f911da
commit d18ebf9aae
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -1,10 +1,10 @@
PRGNAM="vagrant"
VERSION="1.8.4"
VERSION="1.8.5"
HOMEPAGE="http://www.vagrantup.com"
DOWNLOAD="https://releases.hashicorp.com/vagrant/1.8.4/vagrant_1.8.4_i686.rpm"
MD5SUM="594b81d340df29da51c481e6756fe1c0"
DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/1.8.4/vagrant_1.8.4_x86_64.rpm"
MD5SUM_x86_64="f03a0b07bbd73a49a0f668d4ee71ee5a"
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"
REQUIRES=""
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"