Ext: Update to SVT-AV1 v1.1.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a57e49..6aef907 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,9 @@
 There is an incompatible ABI change in this release. Members were removed from
 avifImage struct. It is necessary to recompile your code.
 
+### Changed
+* Update svt.cmd/svt.sh: v1.1.0
+
 ### Removed
 * alphaRange field was removed from the avifImage struct. It it presumed that
   alpha plane is always full range.
diff --git a/ext/svt.cmd b/ext/svt.cmd
index 4707a97..97a0214 100755
--- a/ext/svt.cmd
+++ b/ext/svt.cmd
@@ -11,7 +11,7 @@
 : # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir):
 : #    "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"
 
-git clone -b v1.0.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
+git clone -b v1.1.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
 
 cd SVT-AV1
 cd Build/windows
diff --git a/ext/svt.sh b/ext/svt.sh
index 791be33..c8e994f 100644
--- a/ext/svt.sh
+++ b/ext/svt.sh
@@ -2,7 +2,7 @@
 # then enable CMake's AVIF_CODEC_SVT and AVIF_LOCAL_SVT options.
 # cmake and ninja must be in your PATH.
 
-git clone -b v1.0.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
+git clone -b v1.1.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
 
 cd SVT-AV1
 cd Build/linux
diff --git a/tests/docker/build.sh b/tests/docker/build.sh
index af1c9d6..07371ab 100644
--- a/tests/docker/build.sh
+++ b/tests/docker/build.sh
@@ -70,7 +70,7 @@
 
 # SVT-AV1
 cd
-git clone -b v1.0.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
+git clone -b v1.1.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
 cd SVT-AV1
 cd Build
 cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..