mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
License: MIT
|
||||||
AuthorName: Zane Schepke
|
AuthorName: Zane Schepke
|
||||||
AuthorEmail: support@zaneschepke.com
|
AuthorEmail: support@zaneschepke.com
|
||||||
SourceCode: https://github.com/zaneschepke/wgtunnel
|
SourceCode: https://github.com/wgtunnel/wgtunnel
|
||||||
IssueTracker: https://github.com/zaneschepke/wgtunnel/issues
|
IssueTracker: https://github.com/wgtunnel/wgtunnel/issues
|
||||||
Translation: https://hosted.weblate.org/projects/wg-tunnel
|
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/
|
Donate: https://zaneschepke.com/donate/
|
||||||
Liberapay: zaneschepke
|
Liberapay: zaneschepke
|
||||||
Bitcoin: bc1qjsqtm24cl796fyuk5346gul3wqnqe3f5z78sn8
|
Bitcoin: bc1qjsqtm24cl796fyuk5346gul3wqnqe3f5z78sn8
|
||||||
|
|
@ -15,8 +15,8 @@ Bitcoin: bc1qjsqtm24cl796fyuk5346gul3wqnqe3f5z78sn8
|
||||||
AutoName: WG Tunnel
|
AutoName: WG Tunnel
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/zaneschepke/wgtunnel.git
|
Repo: https://github.com/wgtunnel/wgtunnel.git
|
||||||
Binaries: https://github.com/zaneschepke/wgtunnel/releases/download/%v/wgtunnel-fdroid-release-%v.apk
|
Binaries: https://github.com/wgtunnel/wgtunnel/releases/download/%v/wgtunnel-fdroid-release-%v.apk
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 3.0.0
|
- 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 '/libs.google.services/d' -e '/libs.firebase/d' ../build.gradle.kts
|
||||||
- sed -i -e '/gitea.zaneschepke.com/d' ../settings.gradle.kts
|
- sed -i -e '/gitea.zaneschepke.com/d' ../settings.gradle.kts
|
||||||
postbuild:
|
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
|
- unzip -q upstream.apk -d apk
|
||||||
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||||
- rm -rf apk upstream.apk
|
- rm -rf apk upstream.apk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue