From 72a3b345e4a937c6e46622f03a3ae7ea336d8937 Mon Sep 17 00:00:00 2001
From: Daniel Winzen <daniel@danwin1210.me>
Date: Sat, 30 Oct 2021 14:34:43 +0200
Subject: [PATCH] Bump imagemagick and composer version

---
 install_binaries.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install_binaries.sh b/install_binaries.sh
index aa2772a..7f1f374 100755
--- a/install_binaries.sh
+++ b/install_binaries.sh
@@ -132,7 +132,7 @@ cd ..
 ldconfig
 cd ImageMagick
 git fetch --all
-git checkout 7.1.0-11
+git checkout 7.1.0-13
 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
@@ -1759,7 +1759,7 @@ cd ..
 ldconfig
 
 # install composer
-curl -sSL https://github.com/composer/composer/releases/download/2.1.9/composer.phar > /usr/bin/composer
+curl -sSL https://github.com/composer/composer/releases/download/2.1.10/composer.phar > /usr/bin/composer
 chmod +x /usr/bin/composer
 composer self-update