Update Syncthing to 1.20.1 (4309)

This commit is contained in:
F-Droid checkupdates bot 2022-05-06 03:49:10 +00:00
parent 8b50d94bce
commit 8ac8368ac4

View file

@ -1853,6 +1853,28 @@ Builds:
preassemble:
- buildNative
- versionName: 1.20.1
versionCode: 4309
commit: be8d3f04df44d2ab0b29eac60b1d42e814a65400
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.
@ -1863,5 +1885,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.20.0
CurrentVersionCode: 4308
CurrentVersion: 1.20.1
CurrentVersionCode: 4309