Browse Source

syncthing: update to 1.4.0

master
Leonid Plyushch 5 years ago
parent
commit
aea648e37f
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      packages/syncthing/build.sh

4
packages/syncthing/build.sh

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://syncthing.net/
TERMUX_PKG_DESCRIPTION="Decentralized file synchronization"
TERMUX_PKG_LICENSE="MPL-2.0"
TERMUX_PKG_VERSION=1.3.4
TERMUX_PKG_VERSION=1.4.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=e40227f67b4317419900353be3f49f381ed36e41044df5d168b850f6b183ae08
TERMUX_PKG_SHA256=0c45955445752dac43d56bc321fae2140b5b05ad6d41a574ed37813607493edd
termux_step_make(){
termux_setup_golang

Loading…
Cancel
Save