diff --git a/pmb/__init__.py b/pmb/__init__.py index 9e9ef248..62d79918 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -25,7 +25,7 @@ from .core.context import get_context from .commands import run_command # pmbootstrap version -__version__ = "3.4.1" +__version__ = "3.5.0" # Python version check # === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION === diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index eb47d2a1..f8ec700a 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -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 # exploit the system!) apk_tools_min_version = { - "edge": "2.14.9-r1", - "v3.22": "2.14.9-r1", + "edge": "2.14.9-r3", + "v3.22": "2.14.9-r2", "v3.21": "2.14.6-r3", "v3.20": "2.14.4-r1", "v3.19": "2.14.4-r0",