From dbc13e062659fb69ffc7bcc30e931419f05bac2d Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 7 Oct 2019 23:03:39 +0200 Subject: [PATCH] pmaports.cfg: require pmbootstrap >= 1.9.0 The new version doesn't try to install libsparse. Related: https://gitlab.com/postmarketOS/pmbootstrap/merge_requests/1821 --- pmaports.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmaports.cfg b/pmaports.cfg index c7fb1962b..b5cbb019d 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.2 +pmbootstrap_min_version=1.9.0 branch_pmos=master # Compatible branch from Alpine's aports repository branch_alpine=edge