mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/vagrant: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
247cee399b
commit
32711055c4
2 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=vagrant
|
||||
VERSION=${VERSION:-1.5.3}
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vagrant"
|
||||
VERSION="1.5.3"
|
||||
VERSION="1.6.0"
|
||||
HOMEPAGE="http://www.vagrantup.com"
|
||||
DOWNLOAD="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.5.3_i686.rpm"
|
||||
MD5SUM="cd92b45671cfdef7d8693d4f354eae9c"
|
||||
DOWNLOAD_x86_64="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.5.3_x86_64.rpm"
|
||||
MD5SUM_x86_64="aa20861f67f1821dcee1250e54335e65"
|
||||
DOWNLOAD="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.0_i686.rpm"
|
||||
MD5SUM="c7a48dfc2d9fa34aacecda6f6aac8ff1"
|
||||
DOWNLOAD_x86_64="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.0_x86_64.rpm"
|
||||
MD5SUM_x86_64="dfa46a3fb4448473db1d660fea8e1a0c"
|
||||
REQUIRES="virtualbox"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
|
|
Loading…
Reference in a new issue