Bump versions

This commit is contained in:
2024-02-12 18:53:24 +01:00
parent da164f0214
commit 26d7641476

View File

@ -69,7 +69,7 @@ export PROC_LIMIT=`free -g | grep Mem | awk -v nproc=$(nproc) '{print (($2 + 1)
#start build #start build
cd ImageMagick cd ImageMagick
git fetch --all git fetch --all
git checkout 7.1.1-27 git checkout 7.1.1-28
CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --disable-openmp --with-fftw --with-gslib --with-gvc --with-rsvg --with-wmf CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --disable-openmp --with-fftw --with-gslib --with-gvc --with-rsvg --with-wmf
make -j $PROC_LIMIT install make -j $PROC_LIMIT install
make distclean make distclean
@ -1453,7 +1453,7 @@ cd ..
ldconfig ldconfig
# install composer # install composer
curl -sSL https://github.com/composer/composer/releases/download/2.6.6/composer.phar > /usr/bin/composer curl -sSL https://github.com/composer/composer/releases/download/2.7.1/composer.phar > /usr/bin/composer
chmod +x /usr/bin/composer chmod +x /usr/bin/composer
composer self-update composer self-update