From 3f4c503730b62114ba0d31f5e855e0c3277212c5 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Mon, 19 Sep 2022 20:20:17 +0200 Subject: [PATCH] bump apcu --- install_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_binaries.sh b/install_binaries.sh index 8e5d182..a971fa0 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -1387,7 +1387,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.21 && cd .. +cd apcu && git fetch --all && git checkout v5.1.22 && cd .. cd php-ext-brotli && git fetch --all && git checkout 0.13.1 && cd .. cd imagick && git fetch --all && git checkout 3.7.0 && cd .. cd php-gnupg && git fetch --all --recurse-submodules && git checkout gnupg-1.5.1 --recurse-submodules && cd ..