diff --git a/packages/proot-distro/build.sh b/packages/proot-distro/build.sh index d674768c6..b9e9cc389 100644 --- a/packages/proot-distro/build.sh +++ b/packages/proot-distro/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/proot-distro TERMUX_PKG_DESCRIPTION="Termux official utility for managing proot'ed Linux distributions" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="Leonid Pliushch " -TERMUX_PKG_VERSION=1.6.1 +TERMUX_PKG_VERSION=1.6.2 TERMUX_PKG_SRCURL=https://github.com/termux/proot-distro/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=d89be9fcc1801c71f3043ca05b04903365e3d37dbabec501daf27cfb910ddc38 +TERMUX_PKG_SHA256=87295b45ff95e00b12afcdfb310fcf746c5514aafe820cecf785e0197f7a144a TERMUX_PKG_DEPENDS="bash, bzip2, coreutils, curl, findutils, gzip, ncurses-utils, proot (>= 5.1.107-32), sed, tar, xz-utils" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_PLATFORM_INDEPENDENT=true