diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-03-01 09:18:24 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-02 07:40:19 +0700 |
commit | 39a1ac6ae13008de892a5efa5bce076e74dc57c5 (patch) | |
tree | dcd7a4767a0a262f0746496ebc175f175e11bf33 | |
parent | a377818804dfe39e0e9f265716c260432d76840e (diff) |
system/vagrant: Updated for version 2.2.4.
-rw-r--r-- | system/vagrant/vagrant.SlackBuild | 4 | ||||
-rw-r--r-- | system/vagrant/vagrant.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/vagrant/vagrant.SlackBuild b/system/vagrant/vagrant.SlackBuild index d03150a372c6..908bbc661503 100644 --- a/system/vagrant/vagrant.SlackBuild +++ b/system/vagrant/vagrant.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for vagrant -# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=vagrant -VERSION=${VERSION:-2.2.3} +VERSION=${VERSION:-2.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/vagrant/vagrant.info b/system/vagrant/vagrant.info index 860d1ccdbaec..c83800b2d134 100644 --- a/system/vagrant/vagrant.info +++ b/system/vagrant/vagrant.info @@ -1,10 +1,10 @@ PRGNAM="vagrant" -VERSION="2.2.3" +VERSION="2.2.4" HOMEPAGE="https://www.vagrantup.com" -DOWNLOAD="https://releases.hashicorp.com/vagrant/2.2.3/vagrant_2.2.3_i686.rpm" -MD5SUM="b0fb8ea560c56acd60c917e082bad1d3" -DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/2.2.3/vagrant_2.2.3_x86_64.rpm" -MD5SUM_x86_64="57bad2a3b0d3a70c67f2a2b4b41a6b44" +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" REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |