From 5538845278aacadbc747f212413f3b13654d7f9b Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Wed, 21 Dec 2022 09:42:12 +0100 Subject: [PATCH] Bump versions --- install_binaries.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_binaries.sh b/install_binaries.sh index cdf9e12..fdd9993 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -99,7 +99,7 @@ make distclean ldconfig cd ../ImageMagick git fetch --all -git checkout 7.1.0-53 +git checkout 7.1.0-55 CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp make -j $PROC_LIMIT install make distclean @@ -1436,7 +1436,7 @@ cd .. ldconfig # install composer -curl -sSL https://github.com/composer/composer/releases/download/2.4.4/composer.phar > /usr/bin/composer +curl -sSL https://github.com/composer/composer/releases/download/2.5.0/composer.phar > /usr/bin/composer chmod +x /usr/bin/composer composer self-update