fdroiddata/metadata/com.daviancorp.android.monsterhunter3udatabase.yml
Hans-Christoph Steiner 03cd4ff719
remove all obsolete "CurrentVersionCode: 0" entries
Setting CVC to 0 was an old way to make `fdroid update` use the highest
versionCode as the CurrentVersionCode.  This has been obsolete for a while,
so its time to purge these.  Now, when CurrentVersionCode is unset, then
the highest versionCode is used.

sed -i  -e '/^CurrentVersionCode: 0$/d' -e "/^CurrentVersion: '0'$/d" *.yml
2020-03-04 17:21:43 +01:00

34 lines
1 KiB
YAML

Categories:
- Games
License: MIT
SourceCode: https://github.com/dbooga/MonsterHunter3UDatabase
IssueTracker: https://github.com/dbooga/MonsterHunter3UDatabase/issues
AutoName: Monster Hunter 3U Database
Description: |-
Reference database for the MonsterHunter3 video game, featuring items, monsters,
skills and more information!
RepoType: git
Repo: https://github.com/dbooga/MonsterHunter3UDatabase
Builds:
- versionName: '1.04'
versionCode: 5
commit: 39e82355d609aa4acb1b6879325b3c1733944fd8
subdir: MonsterHunter3UDatabase
rm:
- ActionBarSherlock/libs/*
extlibs:
- android/android-support-v4.jar
prebuild:
- cp libs/android-support-v4.jar ../ActionBarSherlock/libs/
- echo -e 'java.source=1.7\njava.target=1.7' > ant.properties
MaintainerNotes: |-
The package name has been changed in the source, so there can be no further
updates. There are no releases under the new package name, or indeed any
changes other than changing the package name.
AutoUpdateMode: None
UpdateCheckMode: Static