pmaports.cfg: set min pmbootstrap version to 1.8.1

Require the pmbootstrap version where building kernels for armhf is
fixed (triplet change is involved), and where the abuild-tar-workaround
for aarch64 is not used anymore (so we can remove the package in
pmaports).
This commit is contained in:
Oliver Smith 2019-09-18 22:09:37 +02:00
parent 9bf06a52e4
commit 7e85f49cbe
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -3,7 +3,7 @@
# - "version" gets compared with "pmb.config.pmaports_min_version" # - "version" gets compared with "pmb.config.pmaports_min_version"
# - "pmbootstrap_min_version" gets compared with "pmb.config.version" # - "pmbootstrap_min_version" gets compared with "pmb.config.version"
version=4 version=4
pmbootstrap_min_version=1.7.0 pmbootstrap_min_version=1.8.1
branch_pmos=master branch_pmos=master
# Compatible branch from Alpine's aports repository # Compatible branch from Alpine's aports repository
branch_alpine=edge branch_alpine=edge