mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 14:46:52 +00:00
Update Syncthing to 1.27.1 (4375)
This commit is contained in:
parent
3b1d3776a3
commit
e1c69aee6a
1 changed files with 27 additions and 2 deletions
|
|
@ -2107,6 +2107,31 @@ Builds:
|
|||
- gradle :syncthing:buildNative
|
||||
ndk: 25.2.9519653
|
||||
|
||||
- versionName: 1.27.1
|
||||
versionCode: 4375
|
||||
commit: a3199871ea26935bd903d546b6f81c075e6f94d3
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y autogen automake autopoint bzip2 g++ libc-dev make gettext
|
||||
libtool pkg-config rename shtool
|
||||
- apt-get install -y -t bullseye-backports golang-go
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- go@go1.20.11
|
||||
prebuild: sed -i -e '/signingConfig/d' build.gradle
|
||||
scanignore:
|
||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
build:
|
||||
- pushd $$go$$/src
|
||||
- ./make.bash
|
||||
- popd
|
||||
- export PATH=$$go$$/bin:$PATH
|
||||
- gradle :syncthing:buildNative
|
||||
ndk: 25.2.9519653
|
||||
|
||||
MaintainerNotes: |-
|
||||
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
||||
pristine, as the version/release information is taken from git.
|
||||
|
|
@ -2117,5 +2142,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[0-9.]*$
|
||||
CurrentVersion: 1.27.0
|
||||
CurrentVersionCode: 4373
|
||||
CurrentVersion: 1.27.1
|
||||
CurrentVersionCode: 4375
|
||||
|
|
|
|||
Loading…
Reference in a new issue