Update Syncthing to 1.2.1 (4187)
This commit is contained in:
parent
2e4b984713
commit
ce81fa22f3
|
@ -809,6 +809,18 @@ Build:1.2.0,4180
|
|||
ndk=r15c
|
||||
preassemble=buildNative
|
||||
|
||||
Build:1.2.1,4187
|
||||
commit=1.2.1
|
||||
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.
|
||||
|
@ -820,5 +832,5 @@ process.
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]*$
|
||||
Current Version:1.2.0
|
||||
Current Version Code:4180
|
||||
Current Version:1.2.1
|
||||
Current Version Code:4187
|
||||
|
|
Loading…
Reference in a new issue