diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-06-13 14:48:21 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-23 01:14:02 +0700 |
commit | 996fa7da03c18e511a844b957bae3f6e3d79db85 (patch) | |
tree | 7eab5a1a0828a68f11cdf1123ce7f167b3150fee /system/ripgrep/ripgrep.SlackBuild | |
parent | 3f0a0ab96905695094a4ce2a5862c3e95df3a0b1 (diff) |
system/ripgrep: Updated for version 13.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ripgrep/ripgrep.SlackBuild')
-rw-r--r-- | system/ripgrep/ripgrep.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
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] |