Fix checksums

This commit is contained in:
Jarek Radosz 2022-01-28 00:25:38 +01:00 committed by Rafael dos Santos Silva
parent af08dd6669
commit dc5b37c011
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ set -e
# version check: https://github.com/ImageMagick/ImageMagick/releases # version check: https://github.com/ImageMagick/ImageMagick/releases
IMAGE_MAGICK_VERSION="7.1.0-20" 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 # 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') LIBJPEGTURBO=$(cat /etc/issue | grep -qi Debian && echo 'libjpeg62-turbo libjpeg62-turbo-dev' || echo 'libjpeg-turbo8 libjpeg-turbo8-dev')

View File

@ -3,7 +3,7 @@ set -e
# version check: https://nginx.org/en/download.html # version check: https://nginx.org/en/download.html
VERSION=1.21.6 VERSION=1.21.6
HASH="1d72f4ec78e6df031fda3657c8bb73908ac3c5f545da2e75c7506b72cd1ce8e3" HASH="66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae"
apt install -y autoconf apt install -y autoconf