From 544bb41e91b5ab8d3433923b4d9403a6ca15e57c Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 13 Feb 2022 12:34:27 +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 e6e4a5f..ad652fe 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -130,7 +130,7 @@ cd .. ldconfig cd ImageMagick git fetch --all -git checkout 7.1.0-22 +git checkout 7.1.0-24 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 @@ -1760,7 +1760,7 @@ cd .. ldconfig # install composer -curl -sSL https://github.com/composer/composer/releases/download/2.2.5/composer.phar > /usr/bin/composer +curl -sSL https://github.com/composer/composer/releases/download/2.2.6/composer.phar > /usr/bin/composer chmod +x /usr/bin/composer composer self-update