From 03136a5a807087f7d30ea94ea49713a785d196b7 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 26 Sep 2019 23:14:15 +0200 Subject: [PATCH] pmaports.cfg: require pmbootstrap 1.8.2 Fastboot is broken in previous versions of pmbootstrap, so make sure that everybody uses the latest version. --- pmaports.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmaports.cfg b/pmaports.cfg index 12eec987e..c7fb1962b 100644 --- a/pmaports.cfg +++ b/pmaports.cfg @@ -3,7 +3,7 @@ # - "version" gets compared with "pmb.config.pmaports_min_version" # - "pmbootstrap_min_version" gets compared with "pmb.config.version" version=4 -pmbootstrap_min_version=1.8.1 +pmbootstrap_min_version=1.8.2 branch_pmos=master # Compatible branch from Alpine's aports repository branch_alpine=edge