system/vagrant: Updated for version 1.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e42406fe73
commit
c15fa61b8d
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# SlackBuild script for vagrant
|
# SlackBuild script for vagrant
|
||||||
|
|
||||||
# Copyright 2013 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
# Copyright 2013-2014 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
|
|
||||||
PRGNAM=vagrant
|
PRGNAM=vagrant
|
||||||
VERSION=${VERSION:-1.4.3}
|
VERSION=${VERSION:-1.5.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="vagrant"
|
PRGNAM="vagrant"
|
||||||
VERSION="1.4.3"
|
VERSION="1.5.1"
|
||||||
HOMEPAGE="http://www.vagrantup.com"
|
HOMEPAGE="http://www.vagrantup.com"
|
||||||
DOWNLOAD="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.3_i686.rpm"
|
DOWNLOAD="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.5.1_i686.rpm"
|
||||||
MD5SUM="24b1266f0cd4a52d134b291beaa6f0ca"
|
MD5SUM="5231cdfd9059b963b190335a3261a874"
|
||||||
DOWNLOAD_x86_64="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.3_x86_64.rpm"
|
DOWNLOAD_x86_64="https://dl.bintray.com/mitchellh/vagrant/vagrant_1.5.1_x86_64.rpm"
|
||||||
MD5SUM_x86_64="3b5a0b527b39c78b68662181a51337df"
|
MD5SUM_x86_64="9f754ebfd60f3ea0d42a6ee1a380e4b9"
|
||||||
REQUIRES="virtualbox"
|
REQUIRES="virtualbox"
|
||||||
MAINTAINER="Benjamin Trigona-Harany"
|
MAINTAINER="Benjamin Trigona-Harany"
|
||||||
EMAIL="slackbuilds@jaxartes.net"
|
EMAIL="slackbuilds@jaxartes.net"
|
||||||
|
|
Loading…
Reference in New Issue