mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Merge branch 'fix/chiaki_updates' into 'master'
Chiaki: repo has moved See merge request fdroid/fdroiddata!8215
This commit is contained in:
commit
6d2f617bcc
1 changed files with 18 additions and 6 deletions
|
|
@ -5,9 +5,8 @@ Categories:
|
|||
License: GPL-3.0-or-later
|
||||
AuthorName: Florian Märkl
|
||||
AuthorEmail: chiaki@metallic.software
|
||||
SourceCode: https://github.com/thestr4ng3r/chiaki
|
||||
IssueTracker: https://github.com/thestr4ng3r/chiaki/issues
|
||||
Changelog: https://github.com//thestr4ng3r/chiaki/releases
|
||||
SourceCode: https://git.sr.ht/~thestr4ng3r/chiaki
|
||||
Changelog: https://git.sr.ht/~thestr4ng3r/chiaki/refs
|
||||
|
||||
AutoName: Chiaki
|
||||
Description: Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote
|
||||
|
|
@ -16,7 +15,7 @@ Description: Chiaki is a Free and Open Source Software Client for PlayStation 4
|
|||
initial registration and wakeup of the console, is supported.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/thestr4ng3r/chiaki
|
||||
Repo: https://git.sr.ht/~thestr4ng3r/chiaki
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.1
|
||||
|
|
@ -45,7 +44,20 @@ Builds:
|
|||
prebuild: $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404'
|
||||
ndk: r20b
|
||||
|
||||
- versionName: 2.1.0
|
||||
versionCode: 10
|
||||
commit: v2.1.0
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y protobuf-compiler python3-protobuf
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404'
|
||||
ndk: r20b
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 7
|
||||
CurrentVersion: 2.1.0
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue