diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-03-27 21:54:58 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-28 13:20:33 +0700 |
commit | 3341ef9d5dcb2f8bb5c5df8221078085bf6512f4 (patch) | |
tree | d5b69b970871970c7b59d2ddba2487a88df2d549 /system/ripgrep/ripgrep.SlackBuild | |
parent | 15fe14885650cf844dae1523b4db3b7319630a2e (diff) |
system/ripgrep: Updated for version 12.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/ripgrep/ripgrep.SlackBuild b/system/ripgrep/ripgrep.SlackBuild index 5564d587d266..43f99536ada0 100644 --- a/system/ripgrep/ripgrep.SlackBuild +++ b/system/ripgrep/ripgrep.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ripgrep -# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2020 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ripgrep -VERSION=${VERSION:-11.0.2} +VERSION=${VERSION:-12.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |