Browse Source

ack-grep: Update from 2.20 to 2.22

android-5
Fredrik Fornwall 7 years ago
parent
commit
8ff8d78dc5
  1. 4
      packages/ack-grep/build.sh

4
packages/ack-grep/build.sh

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://beyondgrep.com/
TERMUX_PKG_DESCRIPTION="Tool like grep optimized for programmers"
TERMUX_PKG_VERSION=2.20
TERMUX_PKG_VERSION=2.22
# Depend on coreutils for bin/env
TERMUX_PKG_DEPENDS="perl, coreutils"
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
@ -9,7 +9,7 @@ termux_step_make_install () {
termux_download \
https://beyondgrep.com/ack-${TERMUX_PKG_VERSION}-single-file \
$TERMUX_PREFIX/bin/ack \
fcdf3babf4264d126b362c9116eade83fe76f844f5de8f4150e54e0e83702e16
fd0617585b88517a3d41d3d206c1dc38058c57b90dfd88c278049a41aeb5be38
touch $TERMUX_PREFIX/bin/ack
chmod +x $TERMUX_PREFIX/bin/ack
}

Loading…
Cancel
Save