mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Wg Tunnel repo move
This commit is contained in:
parent
68bb4931d0
commit
5708684c04
1 changed files with 6 additions and 6 deletions
|
|
@ -4,10 +4,10 @@ Categories:
|
|||
License: MIT
|
||||
AuthorName: Zane Schepke
|
||||
AuthorEmail: support@zaneschepke.com
|
||||
SourceCode: https://github.com/zaneschepke/wgtunnel
|
||||
IssueTracker: https://github.com/zaneschepke/wgtunnel/issues
|
||||
SourceCode: https://github.com/wgtunnel/wgtunnel
|
||||
IssueTracker: https://github.com/wgtunnel/wgtunnel/issues
|
||||
Translation: https://hosted.weblate.org/projects/wg-tunnel
|
||||
Changelog: https://github.com/zaneschepke/wgtunnel/releases
|
||||
Changelog: https://github.com/wgtunnel/wgtunnel/releases
|
||||
Donate: https://zaneschepke.com/donate/
|
||||
Liberapay: zaneschepke
|
||||
Bitcoin: bc1qjsqtm24cl796fyuk5346gul3wqnqe3f5z78sn8
|
||||
|
|
@ -15,8 +15,8 @@ Bitcoin: bc1qjsqtm24cl796fyuk5346gul3wqnqe3f5z78sn8
|
|||
AutoName: WG Tunnel
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/zaneschepke/wgtunnel.git
|
||||
Binaries: https://github.com/zaneschepke/wgtunnel/releases/download/%v/wgtunnel-fdroid-release-%v.apk
|
||||
Repo: https://github.com/wgtunnel/wgtunnel.git
|
||||
Binaries: https://github.com/wgtunnel/wgtunnel/releases/download/%v/wgtunnel-fdroid-release-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 3.0.0
|
||||
|
|
@ -637,7 +637,7 @@ Builds:
|
|||
- sed -i -e '/libs.google.services/d' -e '/libs.firebase/d' ../build.gradle.kts
|
||||
- sed -i -e '/gitea.zaneschepke.com/d' ../settings.gradle.kts
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/zaneschepke/wgtunnel/releases/download/$$VERSION$$/wgtunnel-fdroid-release-$$VERSION$$.apk
|
||||
- curl -Lo upstream.apk https://github.com/wgtunnel/wgtunnel/releases/download/$$VERSION$$/wgtunnel-fdroid-release-$$VERSION$$.apk
|
||||
- unzip -q upstream.apk -d apk
|
||||
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||
- rm -rf apk upstream.apk
|
||||
|
|
|
|||
Loading…
Reference in a new issue