diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-09-03 21:44:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-08 08:37:51 +0700 |
commit | ef8e75e90014e6d4e098e25f75cfeaccee98bf76 (patch) | |
tree | e07e9cbd74669580bd203d0e96922d1e30e4b777 | |
parent | f5314d3ce2ff19481a4d3c470b49bc074b5b86dc (diff) |
system/vagrant: Updated for version 2.1.4.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-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 89ef8567bb56..a2a52d3a1c89 100644 --- a/system/vagrant/vagrant.SlackBuild +++ b/system/vagrant/vagrant.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vagrant -VERSION=${VERSION:-2.1.2} +VERSION=${VERSION:-2.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/vagrant/vagrant.info b/system/vagrant/vagrant.info index a3b139692f45..afcb756a47f4 100644 --- a/system/vagrant/vagrant.info +++ b/system/vagrant/vagrant.info @@ -1,10 +1,10 @@ PRGNAM="vagrant" -VERSION="2.1.2" +VERSION="2.1.4" HOMEPAGE="https://www.vagrantup.com" -DOWNLOAD="https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_i686.rpm" -MD5SUM="e5c155a24a2b03986bc4952087186a77" -DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_x86_64.rpm" -MD5SUM_x86_64="b8629d34f32da07ab4ca0b04e2fcf5e9" +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" REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |