Update Syncthing-Fork to 1.3.1.4 (1030104)
This commit is contained in:
parent
c8c00774b6
commit
8542592907
|
@ -1008,6 +1008,24 @@ Builds:
|
|||
- PATH="$PWD/go/bin:$PATH" gradle buildNative
|
||||
ndk: r19c
|
||||
|
||||
- versionName: 1.3.1.4
|
||||
versionCode: 1030104
|
||||
commit: v1.3.1.4
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
rm:
|
||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
prebuild: sed -i -e '/signingConfig/d' app/build.gradle
|
||||
build:
|
||||
- wget -O go.tgz https://dl.google.com/go/go1.13.linux-amd64.tar.gz
|
||||
- echo '68a2297eb099d1a76097905a2ce334e3155004ec08cdea85f24527be3c48e856 go.tgz'
|
||||
| shasum -c -
|
||||
- tar xf go.tgz
|
||||
- PATH="$PWD/go/bin:$PATH" gradle buildNative
|
||||
ndk: r19c
|
||||
|
||||
MaintainerNotes: |-
|
||||
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
||||
pristine, as the version/release information is taken from git.
|
||||
|
@ -1018,5 +1036,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
||||
CurrentVersion: 1.3.1.2
|
||||
CurrentVersionCode: 1030102
|
||||
CurrentVersion: 1.3.1.4
|
||||
CurrentVersionCode: 1030104
|
||||
|
|
Loading…
Reference in a new issue