diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2013-12-23 18:29:32 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:06:02 -0600 |
commit | 85dbd958cc4f347e53c61e41224709df183357a1 (patch) | |
tree | dbf9c3ed07a4412f1db8f3414d9e718fa6fb1660 /system/vagrant | |
parent | 124cf9d674feb51abb83b066bbfc340c7f079c7a (diff) | |
download | slackbuilds-85dbd958cc4f347e53c61e41224709df183357a1.tar.gz |
system/vagrant: Updated for version 1.4.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 bfddf22192..9c0be2370d 100644 --- a/system/vagrant/vagrant.SlackBuild +++ b/system/vagrant/vagrant.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vagrant -VERSION=${VERSION:-1.3.5} +VERSION=${VERSION:-1.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/vagrant/vagrant.info b/system/vagrant/vagrant.info index 0d85f43aa7..644381219d 100644 --- a/system/vagrant/vagrant.info +++ b/system/vagrant/vagrant.info @@ -1,10 +1,10 @@ PRGNAM="vagrant" -VERSION="1.3.5" +VERSION="1.4.1" HOMEPAGE="http://www.vagrantup.com" -DOWNLOAD="http://files.vagrantup.com/packages/a40522f5fabccb9ddabad03d836e120ff5d14093/vagrant_1.3.5_i686.rpm" -MD5SUM="7df58a4fac11039aa45e15561c549668" -DOWNLOAD_x86_64="http://files.vagrantup.com/packages/a40522f5fabccb9ddabad03d836e120ff5d14093/vagrant_1.3.5_x86_64.rpm" -MD5SUM_x86_64="02e52e0de6153ebec0a57e3684d0fe07" +DOWNLOAD="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.1_i686.rpm" +MD5SUM="01c06a4aa2039559a31ebda1ed54c695" +DOWNLOAD_x86_64="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.1_x86_64.rpm" +MD5SUM_x86_64="7ec7f89723eb152928d41f8c729a24b6" REQUIRES="virtualbox" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |