forked from Mirror/pmbootstrap
Prepare 1.29.0 release
This commit is contained in:
parent
51c01f384f
commit
9d6e0ec4d8
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@ from pmb.config.merge_with_args import merge_with_args
|
|||
#
|
||||
# Exported variables (internal configuration)
|
||||
#
|
||||
version = "1.28.0"
|
||||
version = "1.29.0"
|
||||
pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..")
|
||||
apk_keys_path = pmb_src + "/pmb/data/keys"
|
||||
|
||||
# Update this frequently to prevent a MITM attack with an outdated version
|
||||
# (which may contain a vulnerable apk/libressl, and allows an attacker to
|
||||
# exploit the system!)
|
||||
apk_tools_static_min_version = "2.10.5-r0"
|
||||
apk_tools_static_min_version = "2.12.1-r0"
|
||||
|
||||
# postmarketOS aports compatibility (checked against "version" in pmaports.cfg)
|
||||
pmaports_min_version = "7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue