From 510e244316c6e8fd831ba07f7d1c973520fa899e Mon Sep 17 00:00:00 2001 From: Michal Bednarski Date: Mon, 18 Mar 2019 20:10:35 +0100 Subject: [PATCH] Upgrade proot with emulated chroot(/) fix termux/proot#55 --- packages/proot/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/proot/build.sh b/packages/proot/build.sh index a11904898..d3b3266e5 100644 --- a/packages/proot/build.sh +++ b/packages/proot/build.sh @@ -2,11 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://proot-me.github.io/ TERMUX_PKG_DESCRIPTION="Emulate chroot, bind mount and binfmt_misc for non-root users" TERMUX_PKG_LICENSE="GPL-2.0" # Just bump commit and version when needed: -_COMMIT=0e29e5a9db6c56beddcca8b50d4ba91af5b1c171 +_COMMIT=2a78bab91d01c723ecb7ce08069a096f6ff654c5 TERMUX_PKG_VERSION=5.1.107 -TERMUX_PKG_REVISION=19 +TERMUX_PKG_REVISION=20 TERMUX_PKG_SRCURL=https://github.com/termux/proot/archive/${_COMMIT}.zip -TERMUX_PKG_SHA256=0cc2748aa53beaf3f23384237b0b5537679976087536de0d065dacea812379c5 +TERMUX_PKG_SHA256=44cfaa66f44d5fe2b01e7f5549410966593f5a95be5ee767e4919b42ab7b02df TERMUX_PKG_DEPENDS="libtalloc" # Install loader in libexec instead of extracting it every time