mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 22:55:11 +00:00
The stretch buildserver image contained lots of tools that are no longer installed by default.
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
AuthorName: F-Droid
|
|
AuthorEmail: team@f-droid.org
|
|
WebSite: https://f-droid.org
|
|
SourceCode: https://gitlab.com/fdroid/privileged-extension
|
|
IssueTracker: https://gitlab.com/fdroid/privileged-extension/issues
|
|
Translation: https://hosted.weblate.org/projects/f-droid/privileged-extension/
|
|
Donate: https://f-droid.org/donate
|
|
Liberapay: F-Droid-Data
|
|
OpenCollective: F-Droid-Euro
|
|
Bitcoin: bc1qd8few44yaxc3wv5ceeedhdszl238qkvu50rj4v
|
|
|
|
Name: F-Droid Privileged Extension OTA
|
|
AutoName: F-Droid Privileged Extension
|
|
|
|
RequiresRoot: true
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/fdroid/privileged-extension.git
|
|
|
|
Builds:
|
|
- versionName: 0.2.11
|
|
versionCode: 2110
|
|
commit: 0.2.11
|
|
sudo: apt-get install zip
|
|
output: app/build/distributions/F-DroidPrivilegedExtensionFromBinaries-$$VERSION$$.zip
|
|
build: ./create_ota.sh release binaries
|
|
|
|
- versionName: 0.2.12
|
|
versionCode: 2120
|
|
commit: 0.2.12
|
|
sudo: apt-get install zip
|
|
output: app/build/distributions/F-DroidPrivilegedExtensionFromBinaries-$$VERSION$$.zip
|
|
build: ./create_ota.sh release binaries
|
|
|
|
- versionName: 0.2.13
|
|
versionCode: 2130
|
|
commit: 0.2.13
|
|
sudo: apt-get install zip
|
|
output: app/build/distributions/F-DroidPrivilegedExtensionFromBinaries-$$VERSION$$.zip
|
|
build: ./create_ota.sh release binaries
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckName: org.fdroid.fdroid.privileged
|
|
CurrentVersion: 0.2.13
|
|
CurrentVersionCode: 2130
|