diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-01-04 22:00:55 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-07 08:48:16 +0700 |
commit | 4b5c6e3efc97580389969f96e24cfe3cb38aefd6 (patch) | |
tree | 52eec0fe8f35d27a6900d24d4692232bfcfcb162 /system | |
parent | f6bdf63a39f2d2a300cbec18a26987acf6139312 (diff) | |
download | slackbuilds-4b5c6e3efc97580389969f96e24cfe3cb38aefd6.tar.gz |
system/vagrant: Updated for version 1.9.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
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 cdcb37248f..efec7f507f 100644 --- a/system/vagrant/vagrant.SlackBuild +++ b/system/vagrant/vagrant.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vagrant -VERSION=${VERSION:-1.9.0} +VERSION=${VERSION:-1.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/vagrant/vagrant.info b/system/vagrant/vagrant.info index 9d0a13ec71..1c4983273c 100644 --- a/system/vagrant/vagrant.info +++ b/system/vagrant/vagrant.info @@ -1,10 +1,10 @@ PRGNAM="vagrant" -VERSION="1.9.0" +VERSION="1.9.1" HOMEPAGE="http://www.vagrantup.com" -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" +DOWNLOAD="https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_i686.rpm" +MD5SUM="ec2197968dd7ae5ad4160f88569463ad" +DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_x86_64.rpm" +MD5SUM_x86_64="86fe3456907414051f1f5cfd748212c8" REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |