Bump versions

This commit is contained in:
2023-10-08 10:26:40 +02:00
parent 7a3b4963c8
commit dd89208bdd

View File

@ -72,7 +72,7 @@ export PROC_LIMIT=`free -g | grep Mem | awk -v nproc=$(nproc) '{print (($2 + 1)
#start build
cd ImageMagick
git fetch --all
git checkout 7.1.1-12
git checkout 7.1.1-19
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
@ -1456,7 +1456,7 @@ cd ..
ldconfig
# install composer
curl -sSL https://github.com/composer/composer/releases/download/2.5.8/composer.phar > /usr/bin/composer
curl -sSL https://github.com/composer/composer/releases/download/2.6.5/composer.phar > /usr/bin/composer
chmod +x /usr/bin/composer
composer self-update