proot: Update package

termux/proot#203
This commit is contained in:
Michal Bednarski 2021-11-21 15:35:09 +01:00
parent 0fa474f866
commit a9de8a2ef0
1 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@ TERMUX_PKG_DESCRIPTION="Emulate chroot, bind mount and binfmt_misc for non-root
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Michal Bednarski @michalbednarski"
# Just bump commit and version when needed:
_COMMIT=4d830472ef89e8ef6245140e26fa934f71b0aa47
_COMMIT=7d6bdd9f6cf31144e11ce65648dab2a1e495a7de
TERMUX_PKG_VERSION=5.1.107
TERMUX_PKG_REVISION=49
TERMUX_PKG_REVISION=50
TERMUX_PKG_SRCURL=https://github.com/termux/proot/archive/${_COMMIT}.zip
TERMUX_PKG_SHA256=b35a3195142fc2f7c12979ff94594cbead95aa2f547727e7cbade2fa177739b6
TERMUX_PKG_SHA256=1bfdc2086e03a5b591b299d8314d5d519a367cb258b3d21414d928c75669f308
TERMUX_PKG_DEPENDS="libtalloc"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_MAKE_ARGS="-C src"