mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
for f in $(rg --files-with-matches '^ disable: ' metadata/*.yml); do
yq -i '(.VercodeOperation // "a" | length) as $num | .Builds |=
((.[:(0 - $num)] | filter(has("disable") | not)) + .[(0 - $num):])' $f;
done
fdroid rewritemeta
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-3.0-only
|
|
AuthorName: Guardian Project
|
|
AuthorEmail: support@guardianproject.info
|
|
AuthorWebSite: https://guardianproject.info
|
|
WebSite: https://open-archive.net
|
|
SourceCode: https://github.com/OpenArchive/Save-app-android
|
|
IssueTracker: https://github.com/OpenArchive/Save-app-android/issues
|
|
|
|
AutoName: Save
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/OpenArchive/Save-app-android
|
|
|
|
Builds:
|
|
- versionName: 0.0.16
|
|
versionCode: 16
|
|
commit: 0.0.16
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 0.0.17-alpha-1
|
|
versionCode: 17
|
|
commit: 0.0.17-alpha-1
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 4.0.2-fdroid
|
|
versionCode: 30020
|
|
commit: 4.0.2-fdroid
|
|
subdir: app
|
|
gradle:
|
|
- fdroid
|
|
|
|
- versionName: 4.0.3-fdroid
|
|
versionCode: 30021
|
|
commit: 4.0.3-fdroid
|
|
subdir: app
|
|
gradle:
|
|
- fdroid
|
|
|
|
MaintainerNotes: |
|
|
Binaries are here:
|
|
https://github.com/OpenArchive/openarchive/releases/download/%v/openarchive-%v.apk
|
|
but doesn't verify, so this is included via the normal process.
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 4.0.3-fdroid
|
|
CurrentVersionCode: 30021
|