Bump versions

This commit is contained in:
2022-02-13 12:34:27 +01:00
parent 77682b077b
commit 544bb41e91

View File

@ -130,7 +130,7 @@ cd ..
ldconfig ldconfig
cd ImageMagick cd ImageMagick
git fetch --all 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 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 -j $PROC_LIMIT install
make distclean make distclean
@ -1760,7 +1760,7 @@ cd ..
ldconfig ldconfig
# install composer # 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 chmod +x /usr/bin/composer
composer self-update composer self-update