chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f8ae386
)
Update tsu to v2.0.0 (#2237)
author
cswl
<cswl1337@gmail.com>
Mon, 12 Mar 2018 10:16:36 +0000
(16:01 +0545)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 12 Mar 2018 10:16:36 +0000
(11:16 +0100)
packages/tsu/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/tsu/build.sh
b/packages/tsu/build.sh
index d94130589e58f2935a3064095bc9052fc470d371..2a2cb3c4741c8585c75c7406f9c0742e61db6f3d 100644
(file)
--- a/
packages/tsu/build.sh
+++ b/
packages/tsu/build.sh
@@
-1,12
+1,17
@@
TERMUX_PKG_HOMEPAGE=https://github.com/cswl/tsu
TERMUX_PKG_DESCRIPTION="A su wrapper for Termux"
TERMUX_PKG_HOMEPAGE=https://github.com/cswl/tsu
TERMUX_PKG_DESCRIPTION="A su wrapper for Termux"
-TERMUX_PKG_VERSION=
1.2
+TERMUX_PKG_VERSION=
2.0
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () {
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () {
- termux_download https://raw.githubusercontent.com/cswl/tsu/
ed8940c02ee789ad93f81a443266c45cf2ce3b74
/tsu \
+ termux_download https://raw.githubusercontent.com/cswl/tsu/
c0a2603b57511a1492dfe6ec4e6ef452e01a58e6
/tsu \
$TERMUX_PREFIX/bin/tsu \
$TERMUX_PREFIX/bin/tsu \
- 0dd75d7c9a7dc5b7b007a3a8ac08a05040c14199ff336a8b47589345e31e73d1
+ ee33a58fd19bfc6c99aab8af4c836ede4b749b4f1ca5957cbb66503828bec7c7
+ termux_download https://raw.githubusercontent.com/cswl/tsu/c0a2603b57511a1492dfe6ec4e6ef452e01a58e6/tsudo \
+ $TERMUX_PREFIX/bin/tsudo \
+ 275d025ce7e241f989fcbb1d12f49ed9ab927b3b0e8a1a41de2a89fc1bfee6b0
touch $TERMUX_PREFIX/bin/tsu
chmod +x $TERMUX_PREFIX/bin/tsu
touch $TERMUX_PREFIX/bin/tsu
chmod +x $TERMUX_PREFIX/bin/tsu
+ touch $TERMUX_PREFIX/bin/tsudo
+ chmod +x $TERMUX_PREFIX/bin/tsudo
}
}