Update Syncthing to 1.2.0 (4180)
This commit is contained in:
parent
e118e24ead
commit
6b17739d7a
|
@ -797,6 +797,18 @@ Build:1.1.4,4170
|
|||
ndk=r15c
|
||||
preassemble=buildNative
|
||||
|
||||
Build:1.2.0,4180
|
||||
commit=1.2.0
|
||||
submodules=yes
|
||||
sudo=apt update || apt update && \
|
||||
apt install -y -t testing golang-go
|
||||
gradle=yes
|
||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
||||
scanignore=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
ndk=r15c
|
||||
preassemble=buildNative
|
||||
|
||||
Maintainer Notes:
|
||||
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
||||
pristine, as the version/release information is taken from git.
|
||||
|
@ -808,5 +820,5 @@ process.
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]*$
|
||||
Current Version:1.1.4
|
||||
Current Version Code:4170
|
||||
Current Version:1.2.0
|
||||
Current Version Code:4180
|
||||
|
|
Loading…
Reference in a new issue