fdroiddata/metadata/com.inspiredandroid.linuxcommandbibliotheca.yml

77 lines
2.1 KiB
YAML
Raw Normal View History

2022-07-07 15:24:34 +00:00
Categories:
- Reading
- Science & Education
License: Apache-2.0
AuthorName: Simon Schubert
AuthorEmail: simon@librem.one
AuthorWebSite: https://schubert-simon.de/
WebSite: https://linuxcommandlibrary.com/
SourceCode: https://github.com/SimonSchubert/LinuxCommandLibrary
IssueTracker: https://github.com/SimonSchubert/LinuxCommandLibrary/issues
Changelog: https://github.com/SimonSchubert/LinuxCommandLibrary/releases
Donate: https://github.com/sponsors/SimonSchubert
AutoName: Linux Command Library
RepoType: git
Repo: https://github.com/SimonSchubert/LinuxCommandLibrary
Builds:
2022-08-02 07:22:08 +00:00
- versionName: 3.0.3
versionCode: 73
commit: 9e58d86528d0b84f96c912824a157a52ab8ead10
subdir: android
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
2022-08-02 08:58:50 +00:00
prebuild: sed -i -e '/jetbrains.space/d' ../build.gradle.kts
- versionName: 3.0.4
versionCode: 74
2022-08-16 10:10:45 +00:00
commit: ee4516a983370bcb1c68ca6572b55fbb149cb735
subdir: android
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e '/jetbrains.space/d' ../build.gradle.kts
- versionName: 3.0.5
versionCode: 75
commit: be82d0cf3310e59159938539f15be47272da436c
subdir: android
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e '/jetbrains.space/d' ../build.gradle.kts
- versionName: 3.0.6
versionCode: 76
commit: 7d0a98eea8bcb89a78c2a05395aedc6805071b08
subdir: android
gradle:
- yes
prebuild: sed -i -e '/jetbrains.space/d' ../build.gradle.kts
- versionName: 3.0.7
versionCode: 77
commit: a0a876fd3d0e0152b1a55377b242b9e103fcdcae
subdir: android
gradle:
- yes
prebuild: sed -i -e '/jetbrains.space/d' ../build.gradle.kts
2022-08-02 07:22:08 +00:00
AutoUpdateMode: Version
2022-07-07 15:24:34 +00:00
UpdateCheckMode: Tags
2022-08-02 08:58:50 +00:00
UpdateCheckData: android/build.gradle.kts|versionCode\s=\s(\d+)|build.gradle.kts|version\s=\s"([\d.]+)"
CurrentVersion: 3.0.7
CurrentVersionCode: 77