mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update OpenTracks (Reproducible build) to v4.20.0 (6217)
This commit is contained in:
parent
79c841c34a
commit
8f8d42265b
1 changed files with 13 additions and 2 deletions
|
|
@ -138,9 +138,20 @@ Builds:
|
|||
gradle:
|
||||
- reproducible
|
||||
|
||||
- versionName: v4.20.0
|
||||
versionCode: 6217
|
||||
commit: 0f051008075c7f65b850f1b7e9680180eeae46e1
|
||||
sudo:
|
||||
- export CPUS_MAX=4
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- reproducible
|
||||
|
||||
AllowedAPKSigningKeys: 872c784563773b3d769ec34ceac4e38f1a2f15ef8ed44a61214c6d9d11c88a9b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v4.19.6
|
||||
CurrentVersionCode: 6187
|
||||
CurrentVersion: v4.20.0
|
||||
CurrentVersionCode: 6217
|
||||
|
|
|
|||
Loading…
Reference in a new issue