Update Syncthing to 1.19.1 (4302)

This commit is contained in:
F-Droid checkupdates bot 2022-03-03 03:45:58 +00:00
parent d29e79f4d3
commit 601fe31fcd

View file

@ -1787,6 +1787,28 @@ Builds:
preassemble:
- buildNative
- versionName: 1.19.1
versionCode: 4302
commit: 73cca3df888985f8079afbede490563dacde6ce0
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
- curl -Lso go.tar.gz https://golang.org/dl/go1.17.2.linux-amd64.tar.gz
- echo "f242a9db6a0ad1846de7b6d94d507915d14062660616a61ef7c808a76e4f1676 go.tar.gz"
| sha256sum -c -
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
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: r23
preassemble:
- buildNative
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -1797,5 +1819,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.19.0.3
CurrentVersionCode: 4298
CurrentVersion: 1.19.1
CurrentVersionCode: 4302