From 996fa7da03c18e511a844b957bae3f6e3d79db85 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 13 Jun 2021 14:48:21 +1200 Subject: system/ripgrep: Updated for version 13.0.0. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- system/ripgrep/ripgrep.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/ripgrep/ripgrep.SlackBuild') diff --git a/system/ripgrep/ripgrep.SlackBuild b/system/ripgrep/ripgrep.SlackBuild index 3e469f5fd7d19..e502847afe302 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:-12.1.1} +VERSION=${VERSION:-13.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,6 +76,7 @@ cd $PRGNAM-$VERSION # build offline # configuration tells cargo to use the configured directory # for dependencies intead of downloading from crates.io +rm -rf .cargo mkdir .cargo cat << EOF >> .cargo/config [source.crates-io] -- cgit v1.2.3