Update Syncthing to 1.1.4 (4170)
This commit is contained in:
parent
b70939f474
commit
1dc310ffe4
|
@ -785,6 +785,18 @@ Build:1.1.2.1,4167
|
|||
ndk=r15c
|
||||
preassemble=buildNative
|
||||
|
||||
Build:1.1.4,4170
|
||||
commit=1.1.4
|
||||
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.
|
||||
|
@ -796,5 +808,5 @@ process.
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]*$
|
||||
Current Version:1.1.2.1
|
||||
Current Version Code:4167
|
||||
Current Version:1.1.4
|
||||
Current Version Code:4170
|
||||
|
|
Loading…
Reference in a new issue