diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-09-13 07:52:40 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-15 19:26:39 +0100 |
commit | 095ba16c9ef15c78aa80c5ddcced6d8c5040ea0b (patch) | |
tree | d783e88f6daae3aa51f52c5cc6c03b02c28371bb | |
parent | 5d7e193433cace80c1969cb6940c05dc2f10f72a (diff) | |
download | slackbuilds-095ba16c9ef15c78aa80c5ddcced6d8c5040ea0b.tar.gz |
system/vagrant: Updated for version 2.1.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 a2a52d3a1c..bcac194218 100644 --- a/system/vagrant/vagrant.SlackBuild +++ b/system/vagrant/vagrant.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vagrant -VERSION=${VERSION:-2.1.4} +VERSION=${VERSION:-2.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/vagrant/vagrant.info b/system/vagrant/vagrant.info index afcb756a47..d3201c8eb9 100644 --- a/system/vagrant/vagrant.info +++ b/system/vagrant/vagrant.info @@ -1,10 +1,10 @@ PRGNAM="vagrant" -VERSION="2.1.4" +VERSION="2.1.5" HOMEPAGE="https://www.vagrantup.com" -DOWNLOAD="https://releases.hashicorp.com/vagrant/2.1.4/vagrant_2.1.4_i686.rpm" -MD5SUM="f4a04593d59758cfc0ad1977190d9a72" -DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/2.1.4/vagrant_2.1.4_x86_64.rpm" -MD5SUM_x86_64="e9b5f06fc656894d888ad53152c8074c" +DOWNLOAD="https://releases.hashicorp.com/vagrant/2.1.5/vagrant_2.1.5_i686.rpm" +MD5SUM="8e08a19be1f8895dd38187313d88e0f3" +DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/2.1.5/vagrant_2.1.5_x86_64.rpm" +MD5SUM_x86_64="ea9bd0a42bb375c7d02666bb785d92cd" REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |