From 878626556b67267287ec69a584d72deea1e7aa8c Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Fri, 22 Nov 2024 11:23:44 +0200 Subject: [PATCH] Last build of PHP 8.1 variants --- bin/helper | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/helper b/bin/helper index 015b40c..1268de5 100755 --- a/bin/helper +++ b/bin/helper @@ -3,10 +3,10 @@ COMMAND=$1 LATEST_ALPINE_MINOR=3.20 LATEST_ALPINE_VERSION=3.20.3 -FALLBACK_VERSION_81="8.1.29" -FALLBACK_VERSION_82="8.2.23" -FALLBACK_VERSION_83="8.3.11" -FALLBACK_VERSION_84="8.4.0_beta5" +FALLBACK_VERSION_81="8.1.31" +FALLBACK_VERSION_82="8.2.26" +FALLBACK_VERSION_83="8.3.14" +FALLBACK_VERSION_84="8.4.1" if [[ $COMMAND == alpineversion ]] then @@ -35,7 +35,7 @@ then if [[ $BRANCH == 8.1 ]] then - URL="https://git.alpinelinux.org/aports/plain/community/php81/APKBUILD?h=3.19-stable" + URL="https://git.alpinelinux.org/aports/plain/testing/php81/APKBUILD" elif [[ $BRANCH == 8.2 ]] then URL="https://git.alpinelinux.org/aports/plain/community/php82/APKBUILD?h=3.20-stable"