From e527a159ade97ab4fa86ffc39bda3c02cb22d61f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 3 Jul 2022 17:50:50 +0200 Subject: [PATCH] Prepare 1.45.0 release --- pmb/config/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 6ee07bde..d6f6f0f9 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -17,7 +17,7 @@ from pmb.config.sudo import which_sudo # # Exported variables (internal configuration) # -version = "1.44.1" +version = "1.45.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys" arch_native = pmb.parse.arch.alpine_native() @@ -27,7 +27,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.9-r3", +apk_tools_min_version = {"edge": "2.12.9-r5", "v3.16": "2.12.9-r3", "v3.15": "2.12.7-r3", "v3.14": "2.12.7-r0",