fdroiddata/metadata/com.edwardoyarzun.diccionario.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

26 lines
697 B
YAML

Categories:
- Reading
License: GPL-3.0-only
SourceCode: https://github.com/edwardoyarzun/diccionariochilenoandroid
AutoName: Diccionario Chileno
Description: |-
Diccionario con palabras y frases típicas utilizadas por los chilenos. Incluye
mas de 500 palabras y su significado.
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
- versionName: '2.0'
versionCode: 2
commit: 37c73409f20d664
prebuild: sed -i 's/\(com\.edwardoyarzun\.diccionario\)chileno/\1/' src/com/edwardoyarzun/diccionario/*.java
MaintainerNotes: Set back to UCM:Tags once upstream uses tags with vercodes properly.
AutoUpdateMode: None
UpdateCheckMode: Static
NoSourceSince: '2.0'