pmaports.cfg: set pmbootstrap_min_version=1.47.0
With recent cross/gcc-* upgrades, we actually require pmbootstrap 1.47.0 to avoid the following error: ERROR: Invalid pkgver '${_pkgbase}_git${_pkgsnap}' in APKBUILD: /home/user/.local/var/pmbootstrap/cache_git/pmaports/cross/gcc-aarch64/APKBUILD
This commit is contained in:
parent
d86cd0c188
commit
1fcbdb1819
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Reference: https://postmarketos.org/pmaports.cfg
|
# Reference: https://postmarketos.org/pmaports.cfg
|
||||||
[pmaports]
|
[pmaports]
|
||||||
version=7
|
version=7
|
||||||
pmbootstrap_min_version=1.43.0
|
pmbootstrap_min_version=1.47.0
|
||||||
channel=edge
|
channel=edge
|
||||||
supported_root_filesystems=btrfs,ext4,f2fs
|
supported_root_filesystems=btrfs,ext4,f2fs
|
||||||
supported_firewall=nftables
|
supported_firewall=nftables
|
||||||
|
|
Loading…
Reference in a new issue