system/ack: Updated for version 2.22.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
02e8136c71
commit
e43e149a09
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for ack
|
# Slackware build script for ack
|
||||||
# Copyright 2013-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=ack
|
PRGNAM=ack
|
||||||
VERSION=${VERSION:-2.18}
|
VERSION=${VERSION:-2.22}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="ack"
|
PRGNAM="ack"
|
||||||
VERSION="2.18"
|
VERSION="2.22"
|
||||||
HOMEPAGE="https://beyondgrep.com"
|
HOMEPAGE="https://beyondgrep.com"
|
||||||
DOWNLOAD="https://beyondgrep.com/ack-2.18-single-file"
|
DOWNLOAD="https://beyondgrep.com/ack-2.22-single-file"
|
||||||
MD5SUM="e8ebfd7a7ec8476bffd4686bf7b14fd7"
|
MD5SUM="eea9d4daef7c262751f15ca9b3b70317"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue