mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
SagerNet Hysteria Plugin: add 0.9.5
This commit is contained in:
parent
460764d7a3
commit
9049e3a94e
1 changed files with 43 additions and 0 deletions
43
metadata/io.nekohasekai.sagernet.plugin.hysteria.yml
Normal file
43
metadata/io.nekohasekai.sagernet.plugin.hysteria.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: nekohasekai
|
||||
AuthorEmail: sekai@neko.services
|
||||
WebSite: https://sagernet.org/
|
||||
SourceCode: https://github.com/SagerNet/SagerNet
|
||||
IssueTracker: https://github.com/SagerNet/SagerNet/issues
|
||||
Translation: https://hosted.weblate.org/projects/sagernet/
|
||||
|
||||
Name: Hysteria Plugin - SagerNet
|
||||
AutoName: Hysteria Plugin
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SagerNet/SagerNet
|
||||
|
||||
Builds:
|
||||
- versionName: 0.9.6
|
||||
versionCode: 55
|
||||
commit: 8ae22625c1c798b48e10903739a95c3008bc0b84
|
||||
subdir: plugin/hysteria
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild:
|
||||
- pushd ../..
|
||||
- sed -i -e 's/1.18beta1/1.17.5/' bin/fdroid/install_golang.sh
|
||||
- ./run fdroid prebuild_plugin_golang hysteria
|
||||
scandelete:
|
||||
- external
|
||||
- plugin
|
||||
ndk: r23b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^hysteria-plugin-.*
|
||||
VercodeOperation: '%c * 5'
|
||||
UpdateCheckData: sager.properties|HYSTERIA_VERSION=(\d+)|.|HYSTERIA_VERSION_NAME=(.*)
|
||||
CurrentVersion: 0.9.6
|
||||
CurrentVersionCode: 55
|
||||
Loading…
Reference in a new issue