mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 23:25:12 +00:00
Update OpenTracks (Reproducible build) to v4.19.0 (6102)
This commit is contained in:
parent
68fedba5dc
commit
def06e8ae7
1 changed files with 13 additions and 2 deletions
|
|
@ -61,9 +61,20 @@ Builds:
|
|||
gradle:
|
||||
- reproducible
|
||||
|
||||
- versionName: v4.19.0
|
||||
versionCode: 6102
|
||||
commit: 92da9bd598346d17ea4f84e505fb3892801d0c92
|
||||
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.18.0
|
||||
CurrentVersionCode: 6095
|
||||
CurrentVersion: v4.19.0
|
||||
CurrentVersionCode: 6102
|
||||
|
|
|
|||
Loading…
Reference in a new issue