summaryrefslogtreecommitdiffstats
path: root/system/ripgrep/ripgrep.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2018-09-10 08:25:24 +0200
committer David Spencer2018-09-15 20:25:21 +0200
commit7e16042b93cef400a8b3686a3ece7da23513eb23 (patch)
tree74218e365f174e4b147a4c879195e59e07aa0a8f /system/ripgrep/ripgrep.SlackBuild
parentd374cca50ca8f0de07581cc46d64741f154a940f (diff)
downloadslackbuilds-7e16042b93cef400a8b3686a3ece7da23513eb23.tar.gz
system/ripgrep: Updated for version 0.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/ripgrep/ripgrep.SlackBuild')
-rw-r--r--system/ripgrep/ripgrep.SlackBuild74
1 files changed, 53 insertions, 21 deletions
diff --git a/system/ripgrep/ripgrep.SlackBuild b/system/ripgrep/ripgrep.SlackBuild
index ea449dab02..15a40ee49a 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.9.0}
+VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -91,50 +91,82 @@ mkdir vendor
(
cd vendor
- for dependency in aho-corasick=0.6.6 \
- ansi_term=0.11.0 \
+ for dependency in aho-corasick=0.6.8 \
+ arrayvec=0.4.7 \
atty=0.2.11 \
- bitflags=1.0.3 \
- bytecount=0.3.1 \
- cfg-if=0.1.4 \
+ base64=0.9.2 \
+ bitflags=1.0.4 \
+ bytecount=0.3.2 \
+ byteorder=1.2.6 \
+ cc=1.0.24 \
+ cfg-if=0.1.5 \
clap=2.32.0 \
- crossbeam=0.3.2 \
- encoding_rs=0.8.4 \
- encoding_rs_io=0.1.1 \
+ cloudabi=0.0.3 \
+ crossbeam-channel=0.2.4 \
+ crossbeam-epoch=0.5.2 \
+ crossbeam-utils=0.5.0 \
+ encoding_rs=0.8.6 \
+ encoding_rs_io=0.1.2 \
fnv=1.0.6 \
fuchsia-zircon-sys=0.3.3 \
fuchsia-zircon=0.3.3 \
glob=0.2.11 \
- lazy_static=1.0.2 \
- libc=0.2.42 \
- log=0.4.3 \
- memchr=2.0.1 \
+ itoa=0.4.2 \
+ lazy_static=1.1.0 \
+ libc=0.2.43 \
+ lock_api=0.1.3 \
+ log=0.4.5 \
+ memchr=2.0.2 \
memmap=0.6.2 \
+ memoffset=0.2.1 \
+ nodrop=0.1.12 \
num_cpus=1.8.0 \
- rand=0.4.2 \
+ owning_ref=0.3.3 \
+ parking_lot=0.6.4 \
+ parking_lot_core=0.3.0 \
+ pcre2-sys=0.1.1 \
+ pcre2=0.1.0 \
+ pkg-config=0.3.14 \
+ proc-macro2=0.4.18 \
+ quote=0.6.8 \
+ rand=0.4.3 \
+ rand=0.5.5 \
+ rand_core=0.2.1 \
redox_syscall=0.1.40 \
redox_termios=0.1.1 \
regex-syntax=0.6.2 \
- regex=1.0.2 \
+ regex=1.0.5 \
remove_dir_all=0.5.1 \
- same-file=1.0.2 \
+ ryu=0.2.6 \
+ safemem=0.2.0 \
+ same-file=1.0.3 \
+ scopeguard=0.3.3 \
+ serde=1.0.77 \
+ serde_derive=1.0.77 \
+ serde_json=1.0.27 \
simd=0.2.2 \
+ smallvec=0.6.5 \
+ stable_deref_trait=1.1.1 \
strsim=0.7.0 \
+ syn=0.15.1 \
tempdir=0.3.7 \
- termcolor=1.0.1 \
+ termcolor=1.0.3 \
termion=1.5.1 \
textwrap=0.10.0 \
- thread_local=0.3.5 \
+ thread_local=0.3.6 \
ucd-util=0.1.1 \
unicode-width=0.1.5 \
+ unicode-xid=0.1.0 \
unreachable=1.0.0 \
- utf8-ranges=1.0.0 \
+ utf8-ranges=1.0.1 \
+ version_check=0.1.4 \
void=1.0.2 \
- walkdir=2.1.4 \
+ walkdir=2.2.5 \
winapi-i686-pc-windows-gnu=0.4.0 \
+ winapi-util=0.1.1 \
winapi-x86_64-pc-windows-gnu=0.4.0 \
winapi=0.3.5 \
- wincolor=1.0.0; do
+ wincolor=1.0.1; do
dep="$(echo "$dependency" | cut -d= -f1)"
ver="$(echo "$dependency" | cut -d= -f2)"