From a8695833d9fd1c74f4e1f37be4aa957fe9ae9029 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 18 Apr 2023 21:12:54 +0200 Subject: [PATCH] Prepare 1.52.0 release --- pmb/__init__.py | 2 +- pmb/config/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pmb/__init__.py b/pmb/__init__.py index ecfdd437..9e320c7c 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -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 diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 598b1017..06997d9f 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -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",