Update dependencies (#573)
authorMichael Fitz-Payne <fitzy@discourse.org>
Tue, 19 Oct 2021 02:33:03 +0000 (12:33 +1000)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 02:33:03 +0000 (12:33 +1000)
image/base/install-imagemagick
image/base/install-nginx
image/base/install-redis

index 58f01baa0af7d36661cc5269940be15ad37154cb..34f4eb27f19e7614a4ad379d5fc77b64bc9ac53a 100755 (executable)
@@ -10,7 +10,7 @@ LIBHEIF_VERSION="1.12.0"
 LIBHEIF_HASH="086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65"
 
 # version check: https://aomedia.googlesource.com/aom
-LIB_AOM_VERSION="3.1.2"
+LIB_AOM_VERSION="3.1.3"
 
 # 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 2a0a36267f405cbd811b3d08303c3c440a694dbc..1dc39fca8a46cb81f5d6ab65017b0ed93b1b42f0 100755 (executable)
@@ -2,8 +2,8 @@
 set -e
 
 # version check: https://nginx.org/en/download.html
-VERSION=1.21.2
-HASH="31771c560e46d73650568e8193cb94d981081f83dd62d1ba43af1a1e0ba25185"
+VERSION=1.21.3
+HASH="14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a"
 
 apt install -y autoconf
 
index 5d059de112811eafa2fbdb57c8e300c87d540ae6..bc661b3891a6d07a51c60e299f189a6452050f7f 100755 (executable)
@@ -2,8 +2,8 @@
 set -e
 
 # version check: https://redis.io/
-REDIS_VERSION=6.2.5
-REDIS_HASH="4b9a75709a1b74b3785e20a6c158cab94cf52298aa381eea947a678a60d551ae"
+REDIS_VERSION=6.2.6
+REDIS_HASH="5b2b8b7a50111ef395bf1c1d5be11e6e167ac018125055daa8b5c2317ae131ab"
 
 cd /tmp
 # Prepare Redis source.