Fix checksums
authorJarek Radosz <jradosz@gmail.com>
Thu, 27 Jan 2022 23:25:38 +0000 (00:25 +0100)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Tue, 15 Feb 2022 13:14:45 +0000 (10:14 -0300)
image/base/install-imagemagick
image/base/install-nginx

index 819b283a1411560c7f651566ec0c52c000110dc5..b2f56663c0d1d61bf45df4c22aacffcaeedaa91d 100755 (executable)
@@ -3,7 +3,7 @@ set -e
 
 # version check: https://github.com/ImageMagick/ImageMagick/releases
 IMAGE_MAGICK_VERSION="7.1.0-20"
-IMAGE_MAGICK_HASH="ce972f5fad357fdb5d89db82c4eb0c0fb979cd9a8e798bf436bbb6d1d35b163d"
+IMAGE_MAGICK_HASH="c7526ca8b341e42f026f8157632b1722555f0d015c281861d9c4d314c0c8f78c"
 
 # We use debian, but GitHub CI is stuck on Ubuntu Bionic, so this must be compatible with both
 LIBJPEGTURBO=$(cat /etc/issue | grep -qi Debian && echo 'libjpeg62-turbo libjpeg62-turbo-dev' || echo 'libjpeg-turbo8 libjpeg-turbo8-dev')
index 86365b8ce5a1d093a625a66bd7ff8e6098b2b7e4..0a6eb2286401776f227eb7091d97d6254a7bd29a 100755 (executable)
@@ -3,7 +3,7 @@ set -e
 
 # version check: https://nginx.org/en/download.html
 VERSION=1.21.6
-HASH="1d72f4ec78e6df031fda3657c8bb73908ac3c5f545da2e75c7506b72cd1ce8e3"
+HASH="66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae"
 
 apt install -y autoconf