mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update NaïveProxy Plugin - SagerNet to 106.0.5249.91-1 (100)
This commit is contained in:
parent
228416522d
commit
89eae4edf3
1 changed files with 32 additions and 2 deletions
|
|
@ -239,9 +239,39 @@ Builds:
|
|||
- popd
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 106.0.5249.91-1
|
||||
versionCode: 100
|
||||
commit: 4926ad2b472a12f21be6b97ed071ab210d1d4eb1
|
||||
subdir: plugin/naive
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- apt-get install -y tcl gettext libcurl4-openssl-dev ninja-build pkg-config
|
||||
- apt-get remove -y libc6-i386 --autoremove
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- cpython@v3.10.7
|
||||
prebuild:
|
||||
- pushd ../..
|
||||
- ./run fdroid prebuild_plugin_naive
|
||||
- echo -e '\nexport PATH="$$cpython$$/bin:$PATH"' >> ./bin/plugin/naive/build.sh
|
||||
scandelete:
|
||||
- external
|
||||
- plugin
|
||||
build:
|
||||
- pushd $$cpython$$
|
||||
- ./configure --prefix=$$cpython$$
|
||||
- make -j`nproc`
|
||||
- make install
|
||||
- popd
|
||||
ndk: r23b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^naive-plugin-.*
|
||||
VercodeOperation: '%c * 5'
|
||||
UpdateCheckData: sager.properties|NAIVE_VERSION=(\d+)|.|NAIVE_VERSION_NAME=(.*)
|
||||
CurrentVersion: 105.0.5195.52-1
|
||||
CurrentVersionCode: 95
|
||||
CurrentVersion: 106.0.5249.91-1
|
||||
CurrentVersionCode: 100
|
||||
|
|
|
|||
Loading…
Reference in a new issue