Update syncthing hash and bump micro on CI

This commit is contained in:
Butta 2020-09-10 00:12:58 +05:30
parent 62c36a2ab4
commit acf0cc0f5d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ termux_step_make_install() {
}
termux_step_create_debscripts() {
cat <<- EOF > ./postinst
cat <<- EOF > ./postinst
#!$TERMUX_PREFIX/bin/sh
if [ "\$1" = "configure" ] || [ "\$1" = "abort-upgrade" ]; then
if [ -x "$TERMUX_PREFIX/bin/update-alternatives" ]; then

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Decentralized file synchronization"
TERMUX_PKG_LICENSE="MPL-2.0"
TERMUX_PKG_VERSION=1.9.0
TERMUX_PKG_SRCURL=https://github.com/syncthing/syncthing/releases/download/v${TERMUX_PKG_VERSION}/syncthing-source-v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=04d78fbe6015334c284bf46ffcf8feb6b2b690ef810f2f0c5732cdee5cd8142a
TERMUX_PKG_SHA256=a4e3e5997b2c4c76512ed9b32a067b2a90e26c0d445f8c3c62af65d2b93d4d8b
termux_step_make(){
termux_setup_golang