1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

Prepare 3.5.0 release

This commit is contained in:
Oliver Smith 2025-06-09 19:32:22 +02:00
parent 606eb669fc
commit 562e6519d5
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ from .core.context import get_context
from .commands import run_command from .commands import run_command
# pmbootstrap version # pmbootstrap version
__version__ = "3.4.1" __version__ = "3.5.0"
# Python version check # Python version check
# === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION === # === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===

View file

@ -30,8 +30,8 @@ apk_keys_path: Path = pmb_src / "pmb/data/keys"
# (which may contain a vulnerable apk/openssl, and allows an attacker to # (which may contain a vulnerable apk/openssl, and allows an attacker to
# exploit the system!) # exploit the system!)
apk_tools_min_version = { apk_tools_min_version = {
"edge": "2.14.9-r1", "edge": "2.14.9-r3",
"v3.22": "2.14.9-r1", "v3.22": "2.14.9-r2",
"v3.21": "2.14.6-r3", "v3.21": "2.14.6-r3",
"v3.20": "2.14.4-r1", "v3.20": "2.14.4-r1",
"v3.19": "2.14.4-r0", "v3.19": "2.14.4-r0",