Prepare 1.52.0 release

This commit is contained in:
Oliver Smith 2023-04-18 21:12:54 +02:00
parent 53d572bc40
commit a8695833d9
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from .helpers import mount
from .helpers import other
# pmbootstrap version
__version__ = "1.51.0"
__version__ = "1.52.0"
# Python version check
version = sys.version_info

View File

@ -26,7 +26,7 @@ arch_native = pmb.parse.arch.alpine_native()
# Update this frequently to prevent a MITM attack with an outdated version
# (which may contain a vulnerable apk/openssl, and allows an attacker to
# exploit the system!)
apk_tools_min_version = {"edge": "2.12.11-r0",
apk_tools_min_version = {"edge": "2.14.0_rc1-r0",
"v3.17": "2.12.10-r1",
"v3.16": "2.12.9-r3",
"v3.15": "2.12.7-r3",