summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-03-03 17:13:33 +0100
committer Willy Sudiarto Raharjo2017-03-04 01:26:21 +0100
commit359ec151754aed65cf7e12d3c842ec4a1bdc847a (patch)
tree78e137c76962c5d30e3794371c58b322ad667b91
parentfe0fa5dde71ae56f26903ebb88609a7902ef06bb (diff)
downloadslackbuilds-359ec151754aed65cf7e12d3c842ec4a1bdc847a.tar.gz
system/vagrant: Updated for version 1.9.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r--system/vagrant/vagrant.SlackBuild6
-rw-r--r--system/vagrant/vagrant.info10
2 files changed, 8 insertions, 8 deletions
diff --git a/system/vagrant/vagrant.SlackBuild b/system/vagrant/vagrant.SlackBuild
index efec7f507f..3bfc54f785 100644
--- a/system/vagrant/vagrant.SlackBuild
+++ b/system/vagrant/vagrant.SlackBuild
@@ -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"
diff --git a/system/vagrant/vagrant.info b/system/vagrant/vagrant.info
index 1c4983273c..a629a635a6 100644
--- a/system/vagrant/vagrant.info
+++ b/system/vagrant/vagrant.info
@@ -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"