diff --git a/Compilation-Alpine-Linux.md b/Compilation-Alpine-Linux.md index 5c968a8..bbe60ca 100644 --- a/Compilation-Alpine-Linux.md +++ b/Compilation-Alpine-Linux.md @@ -34,10 +34,10 @@ apk add icu-dev openssl-dev qt6-qtbase-dev qt6-qttools-dev zlib-dev ## Boost build files -> [!TIP]> +> [!TIP] > This command should provide the latest non beta release info from Github > -> - `curl -sL https://api.github.com/repos/boostorg/boost/releases | jq -r '.[0].name | select(contains("beta") | not)'` +> - `curl -sL https://api.github.com/repos/boostorg/boost/releases | jq -r 'map(.name | select(test("boost-[\\d\\.]+$"))) | first'` > > You can view all the tags for the boost Github repository here: >