From 21c5adfe28e29dc6252cc5aa515c34e539301105 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Thu, 7 Oct 2021 22:16:23 +0200 Subject: [PATCH] Bump apcu version --- install_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_binaries.sh b/install_binaries.sh index 40c2a81..d4743ed 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -1420,7 +1420,7 @@ cd .. ln -fs /usr/include/qdbm/depot.h /usr/include/depot.h cd php-src cd ext -cd apcu && git fetch --all && git checkout v5.1.20 && cd .. +cd apcu && git fetch --all && git checkout v5.1.21 && cd .. cd php-ext-brotli && git fetch --all && git checkout 0.13.1 && cd .. cd imagick && git fetch --all && git checkout 3.5.1 && cd .. cd php-gnupg && git fetch --all --recurse-submodules && git checkout gnupg-1.5.0 --recurse-submodules && cd ..