termux-exec: rollback to v0.5

Issue https://github.com/termux/termux-packages/issues/5984

I have not tested termux-exec after 7736a84064...
This commit is contained in:
Leonid Pliushch 2020-10-31 02:08:52 +02:00
parent 4bad54ea1b
commit d27578fb17
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-exec
TERMUX_PKG_DESCRIPTION="An execve() wrapper to make /bin and /usr/bin shebangs work"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_VERSION=0.7
TERMUX_PKG_VERSION=0.5
TERMUX_PKG_SRCURL=https://github.com/termux/termux-exec/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=0503b6f2815c18e6d6a48b195c68d8733642dc53c2a751014c18a9ce98e14ec3
TERMUX_PKG_SHA256=de669112cab002197c175cea866f4a644dd4a51cb673b3a3146d5e8a81f8e115
TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_MAKE_ARGS="TERMUX_PREFIX=${TERMUX_PREFIX} TERMUX_BASE_DIR=${TERMUX_BASE_DIR}"