mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 22:56:56 +00:00
Make Plexus build reproducible
This commit is contained in:
parent
0bfd031b02
commit
3d4646d59f
1 changed files with 14 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Connects to Github as data source.
|
||||
en-US: Connects to Google Play to retrieve icons.
|
||||
Categories:
|
||||
- Connectivity
|
||||
- Internet
|
||||
|
|
@ -18,10 +18,12 @@ AutoName: Plexus
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/techlore/Plexus-app.git
|
||||
Binaries: https://github.com/techlore/Plexus-app/releases/download/v%v/Plexus_v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 100
|
||||
disable: switch to reproducible build
|
||||
commit: v1.0.0
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
@ -31,7 +33,16 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.0.2
|
||||
versionCode: 202
|
||||
commit: c52f9349876d327f428905680f1fa425197a68c1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: f02b66e8e6183704c3fd6ae0632f6240de8eec0d6bdbe917731c41ab8c7d9aab
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 100
|
||||
CurrentVersion: 2.0.2
|
||||
CurrentVersionCode: 202
|
||||
|
|
|
|||
Loading…
Reference in a new issue