summaryrefslogtreecommitdiffstats
path: root/system/ripgrep/ripgrep.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2020-05-10 01:47:05 +0200
committer Willy Sudiarto Raharjo2020-05-10 03:36:58 +0200
commit6c538364ea2aca4693b8895aad21256b454d3010 (patch)
tree3c59fb4e12ef3697e6a4bf309ef4a3105b9ef0d8 /system/ripgrep/ripgrep.SlackBuild
parent793eb6c244783b44b6f9a1cdc8cacc988bb8b370 (diff)
downloadslackbuilds-6c538364ea2aca4693b8895aad21256b454d3010.tar.gz
system/ripgrep: Updated for version 12.1.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.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/ripgrep/ripgrep.SlackBuild b/system/ripgrep/ripgrep.SlackBuild
index fa42e467ba..4cd705be56 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.0.1}
+VERSION=${VERSION:-12.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -154,7 +154,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGELOG.md COPYING FAQ.md GUIDE.md ISSUE_TEMPLATE.md LICENSE-MIT README.md UNLICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGELOG.md COPYING FAQ.md GUIDE.md LICENSE-MIT README.md RELEASE-CHECKLIST.md UNLICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install