diff --git a/packages/ack-grep/build.sh b/packages/ack-grep/build.sh index af76bd253f..8c7ffe02cf 100644 --- a/packages/ack-grep/build.sh +++ b/packages/ack-grep/build.sh @@ -1,8 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://beyondgrep.com/ TERMUX_PKG_DESCRIPTION="Tool like grep optimized for programmers" -TERMUX_PKG_VERSION=2.22 +TERMUX_PKG_VERSION=2.24 +TERMUX_PKG_SHA256=8361e5a2654bc575db27bfa40470c4182d74d51098d390944d98fe7cd5b20d49 TERMUX_PKG_SRCURL=https://beyondgrep.com/ack-${TERMUX_PKG_VERSION}-single-file -TERMUX_PKG_SHA256=fd0617585b88517a3d41d3d206c1dc38058c57b90dfd88c278049a41aeb5be38 TERMUX_PKG_SKIP_SRC_EXTRACT=yes # Depend on coreutils for bin/env TERMUX_PKG_DEPENDS="perl, coreutils"