diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-05-31 14:52:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-31 14:52:22 +0700 |
commit | f45aaea2a5c8740a9425471ec62a68e3c93cc02f (patch) | |
tree | a5c2c6464149c0f6bc68a09d006c35798270ec6a /system | |
parent | ef4464a84668d14b893392d6562e78c955c899b1 (diff) | |
download | slackbuilds-f45aaea2a5c8740a9425471ec62a68e3c93cc02f.tar.gz |
system/vagrant: Updated for version 1.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/vagrant/vagrant.SlackBuild | 2 | ||||
-rw-r--r-- | system/vagrant/vagrant.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/vagrant/vagrant.SlackBuild b/system/vagrant/vagrant.SlackBuild index c26bc9e4d1..bd79667a49 100644 --- a/system/vagrant/vagrant.SlackBuild +++ b/system/vagrant/vagrant.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vagrant -VERSION=${VERSION:-1.6.2} +VERSION=${VERSION:-1.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/vagrant/vagrant.info b/system/vagrant/vagrant.info index 3744b200f6..61db6dde67 100644 --- a/system/vagrant/vagrant.info +++ b/system/vagrant/vagrant.info @@ -1,10 +1,10 @@ PRGNAM="vagrant" -VERSION="1.6.2" +VERSION="1.6.3" HOMEPAGE="http://www.vagrantup.com" -DOWNLOAD="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.2_i686.rpm" -MD5SUM="17948db033b8254f9e91cee8446a62ea" -DOWNLOAD_x86_64="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.2_x86_64.rpm" -MD5SUM_x86_64="9b5277ff0ee53e5a5a2a6075251fc014" +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" REQUIRES="virtualbox" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |