mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Update Syncthing to 1.23.6 (4353)
This commit is contained in:
parent
493c67088d
commit
3bdb82e50e
1 changed files with 19 additions and 2 deletions
|
|
@ -1981,6 +1981,23 @@ Builds:
|
||||||
preassemble:
|
preassemble:
|
||||||
- :syncthing:buildNative
|
- :syncthing:buildNative
|
||||||
|
|
||||||
|
- versionName: 1.23.6
|
||||||
|
versionCode: 4353
|
||||||
|
commit: abb68aaed6fcbcc7493e159fb07286d660e0b348
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y -t bullseye-backports golang-go
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/signingConfig/d' build.gradle
|
||||||
|
scanignore:
|
||||||
|
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||||
|
ndk: r23
|
||||||
|
preassemble:
|
||||||
|
- :syncthing:buildNative
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
||||||
pristine, as the version/release information is taken from git.
|
pristine, as the version/release information is taken from git.
|
||||||
|
|
@ -1991,5 +2008,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^[0-9.]*$
|
UpdateCheckMode: Tags ^[0-9.]*$
|
||||||
CurrentVersion: 1.23.5
|
CurrentVersion: 1.23.6
|
||||||
CurrentVersionCode: 4342
|
CurrentVersionCode: 4353
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue