diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2015-12-28 03:05:41 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-01 07:13:49 +0700 |
commit | d0a870d0f356cd3cfeea58389d79fa096e1b2a41 (patch) | |
tree | 6eda3370151724bd2153f4fb2d88073da7f0e6d2 /system/vagrant | |
parent | f683395940bf1671abe412aafe47b04e8cc0b45f (diff) | |
download | slackbuilds-d0a870d0f356cd3cfeea58389d79fa096e1b2a41.tar.gz |
system/vagrant: Updated for version 1.8.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'system/vagrant')
-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 5e4ef00800..b201050808 100644 --- a/system/vagrant/vagrant.SlackBuild +++ b/system/vagrant/vagrant.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vagrant -VERSION=${VERSION:-1.8.0} +VERSION=${VERSION:-1.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/vagrant/vagrant.info b/system/vagrant/vagrant.info index 55cb0f5fe6..243474ed44 100644 --- a/system/vagrant/vagrant.info +++ b/system/vagrant/vagrant.info @@ -1,10 +1,10 @@ PRGNAM="vagrant" -VERSION="1.8.0" +VERSION="1.8.1" HOMEPAGE="http://www.vagrantup.com" -DOWNLOAD="https://releases.hashicorp.com/vagrant/1.8.0/vagrant_1.8.0_i686.rpm" -MD5SUM="d146ace1316247bb35b2621802b9e7ec" -DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/1.8.0/vagrant_1.8.0_x86_64.rpm" -MD5SUM_x86_64="e3635cc5caeabdd0ce0fdaf4ebbb7761" +DOWNLOAD="https://releases.hashicorp.com/vagrant/1.8.1/vagrant_1.8.1_i686.rpm" +MD5SUM="93e94a04df1d673c12910daf0125e930" +DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/1.8.1/vagrant_1.8.1_x86_64.rpm" +MD5SUM_x86_64="0eafdd0c99d78c7a9ee1d4a0332ef4a7" REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |