system/vagrant: Updated for version 1.9.2.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-03-03 08:13:33 -08:00 committed by Willy Sudiarto Raharjo
parent fe0fa5dde7
commit 359ec15175
2 changed files with 8 additions and 8 deletions

View file

@ -24,12 +24,12 @@
PRGNAM=vagrant
VERSION=${VERSION:-1.9.1}
VERSION=${VERSION:-1.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -39,7 +39,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
if [ "$ARCH" = "i586" ]; then
SRCARCH="i686"
elif [ "$ARCH" = "x86_64" ]; then
SRCARCH="$ARCH"

View file

@ -1,10 +1,10 @@
PRGNAM="vagrant"
VERSION="1.9.1"
VERSION="1.9.2"
HOMEPAGE="http://www.vagrantup.com"
DOWNLOAD="https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_i686.rpm"
MD5SUM="ec2197968dd7ae5ad4160f88569463ad"
DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_x86_64.rpm"
MD5SUM_x86_64="86fe3456907414051f1f5cfd748212c8"
DOWNLOAD="https://releases.hashicorp.com/vagrant/1.9.2/vagrant_1.9.2_i686.rpm"
MD5SUM="3d1a3a3438312893b56f4832c0027d92"
DOWNLOAD_x86_64="https://releases.hashicorp.com/vagrant/1.9.2/vagrant_1.9.2_x86_64.rpm"
MD5SUM_x86_64="a8c65fb7e55053920994daa05bee2cea"
REQUIRES=""
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"