summaryrefslogtreecommitdiffstats
path: root/system/ripgrep/ripgrep.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2018-02-21 09:23:05 +0100
committer Willy Sudiarto Raharjo2018-02-24 00:55:44 +0100
commit9e2c3bead40dee473b1ef113a3075be9de7318a1 (patch)
treed1ffe712ef0e3461e9f6fa05ea7816ffc31a2f7d /system/ripgrep/ripgrep.SlackBuild
parentbea63e402c08fbdda42d5d62df42f742b91b80da (diff)
downloadslackbuilds-9e2c3bead40dee473b1ef113a3075be9de7318a1.tar.gz
development/ripgrep: Updated for version 0.8.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/ripgrep/ripgrep.SlackBuild')
-rw-r--r--system/ripgrep/ripgrep.SlackBuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/system/ripgrep/ripgrep.SlackBuild b/system/ripgrep/ripgrep.SlackBuild
index 45c7d6d6f4..ee6df708dc 100644
--- a/system/ripgrep/ripgrep.SlackBuild
+++ b/system/ripgrep/ripgrep.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ripgrep
-VERSION=${VERSION:-0.8.0}
+VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -33,6 +33,12 @@ if [ -z "$ARCH" ]; then
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
+
+ if [ "$ARCH" = "i586" ]; then
+ if rustc -Vv | grep host | grep i686 > /dev/null ; then
+ ARCH=i686
+ fi
+ fi
fi
CWD=$(pwd)
@@ -91,7 +97,7 @@ mkdir vendor
bitflags=1.0.1 \
bytecount=0.3.1 \
cfg-if=0.1.2 \
- clap=2.29.4 \
+ clap=2.30.0 \
crossbeam=0.3.2 \
encoding_rs=0.7.2 \
fnv=1.0.6 \
@@ -121,7 +127,7 @@ mkdir vendor
unreachable=1.0.0 \
utf8-ranges=1.0.0 \
void=1.0.2 \
- walkdir=2.1.3 \
+ walkdir=2.1.4 \
winapi-i686-pc-windows-gnu=0.4.0 \
winapi-x86_64-pc-windows-gnu=0.4.0 \
winapi=0.3.4; do