system/vagrant: Updated for version 1.6.4.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2014-09-03 19:12:55 -07:00 committed by Willy Sudiarto Raharjo
parent 9da611d3d4
commit 02468d2d45
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -1,10 +1,10 @@
PRGNAM="vagrant"
VERSION="1.6.3"
VERSION="1.6.4"
HOMEPAGE="http://www.vagrantup.com"
DOWNLOAD="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3_i686.rpm"
MD5SUM="a55f4f0f374de509ba6f8c4553281f34"
DOWNLOAD_x86_64="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3_x86_64.rpm"
MD5SUM_x86_64="bb30173103074231b093beee15dfcf29"
DOWNLOAD="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.4_i686.rpm"
MD5SUM="8aa3eba13af033489997ec30ddbae133"
DOWNLOAD_x86_64="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.4_x86_64.rpm"
MD5SUM_x86_64="240098ffe592c4af4b5869703d1089df"
REQUIRES="virtualbox"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"