diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-07-03 09:32:13 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-06 07:00:14 +0700 |
commit | 0e2d531fcf19719c58bee0e17f3d7ab6fd946f42 (patch) | |
tree | 4d580b8b1b4c7d30a74bf53013cad297bc407f53 | |
parent | 033f7fe66d97093d8e39acffed0db0d7d55270ef (diff) | |
download | slackbuilds-0e2d531fcf19719c58bee0e17f3d7ab6fd946f42.tar.gz |
system/vagrant: Updated for version 2.2.5.
-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 908bbc6615..ec101404ad 100644 --- a/system/vagrant/vagrant.SlackBuild +++ b/system/vagrant/vagrant.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vagrant -VERSION=${VERSION:-2.2.4} +VERSION=${VERSION:-2.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/vagrant/vagrant.info b/system/vagrant/vagrant.info index c83800b2d1..0aab668ad2 100644 --- a/system/vagrant/vagrant.info +++ b/system/vagrant/vagrant.info @@ -1,10 +1,10 @@ PRGNAM="vagrant" -VERSION="2.2.4" +VERSION="2.2.5" HOMEPAGE="https://www.vagrantup.com" -DOWNLOAD="https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_i686.rpm" -MD5SUM="6c0c50a259824c6f07e55e4fb62c159d" -DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.rpm" -MD5SUM_x86_64="def27225efa47f3c2ec61faf32dbebf3" +DOWNLOAD="https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_i686.rpm" +MD5SUM="f93a8b264d9daf855df14a2bcd781f1f" +DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_x86_64.rpm" +MD5SUM_x86_64="bb8452dff7999a9cd662952196f3bcdd" REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |