diff --git a/tur/uutils-coreutils/build.sh b/tur/uutils-coreutils/build.sh index 1092d9db8..00e11d0da 100644 --- a/tur/uutils-coreutils/build.sh +++ b/tur/uutils-coreutils/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://uutils.github.io/ TERMUX_PKG_DESCRIPTION="Cross-platform Rust rewrite of the GNU coreutils" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux-user-repository" -TERMUX_PKG_VERSION="0.0.28" +TERMUX_PKG_VERSION="0.0.29" TERMUX_PKG_SRCURL=https://github.com/uutils/coreutils/archive/refs/tags/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=b2e8b2531c52e9b09e55a6b41a8875e5770bcea6e5fa7a01d89d7904cf292cb9 +TERMUX_PKG_SHA256=e1904ed6e5b8b441bedcba5afa7e8e8c744ef701f6d392de8c8dcc2ea17a34e2 TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"