mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Syncthing-Fork to 1.23.2.1 (1230201)
This commit is contained in:
parent
4d475303e2
commit
8e3b03eb43
1 changed files with 18 additions and 2 deletions
|
|
@ -1906,6 +1906,22 @@ Builds:
|
|||
preassemble:
|
||||
- :syncthing:buildNative
|
||||
|
||||
- versionName: 1.23.2.1
|
||||
versionCode: 1230201
|
||||
commit: 8c1db138435b3372b100d1256622d4ff43ed5aef
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfig/d' build.gradle
|
||||
- sed -i -e '/executable/s/python/python3/' {../syncthing,.}/build.gradle
|
||||
- echo 'org.gradle.jvmargs=-Xmx4096m' >> ../gradle.properties
|
||||
preassemble:
|
||||
- :syncthing:buildNative
|
||||
|
||||
MaintainerNotes: |-
|
||||
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
||||
pristine, as the version/release information is taken from git.
|
||||
|
|
@ -1916,5 +1932,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
||||
CurrentVersion: 1.23.0.0
|
||||
CurrentVersionCode: 1230000
|
||||
CurrentVersion: 1.23.2.1
|
||||
CurrentVersionCode: 1230201
|
||||
|
|
|
|||
Loading…
Reference in a new issue