X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/6b70c5ef9ae35269dbaf1a3083689cde8d73e660..a31d24ecfa791e16e3c3396b64369f56af7cf2a6:/packages/ack-grep/build.sh diff --git a/packages/ack-grep/build.sh b/packages/ack-grep/build.sh index b5ee0676..65fc60e7 100644 --- a/packages/ack-grep/build.sh +++ b/packages/ack-grep/build.sh @@ -1,11 +1,15 @@ -TERMUX_PKG_HOMEPAGE=http://beyondgrep.com/ +TERMUX_PKG_HOMEPAGE=https://beyondgrep.com/ TERMUX_PKG_DESCRIPTION="Tool like grep optimized for programmers" -TERMUX_PKG_VERSION=2.14 -# Depend on coreutils for bin/env. +TERMUX_PKG_VERSION=2.20 +# Depend on coreutils for bin/env TERMUX_PKG_DEPENDS="perl, coreutils" TERMUX_PKG_PLATFORM_INDEPENDENT=yes termux_step_make_install () { - curl -o $TERMUX_PREFIX/bin/ack http://beyondgrep.com/ack-${TERMUX_PKG_VERSION}-single-file + termux_download \ + https://beyondgrep.com/ack-${TERMUX_PKG_VERSION}-single-file \ + $TERMUX_PREFIX/bin/ack \ + fcdf3babf4264d126b362c9116eade83fe76f844f5de8f4150e54e0e83702e16 + touch $TERMUX_PREFIX/bin/ack chmod +x $TERMUX_PREFIX/bin/ack }