summaryrefslogtreecommitdiffstats
path: root/system/vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'system/vagrant')
-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"