diff --git a/tools/jenkins/include/scripts/pkg/dav1d.sh b/tools/jenkins/include/scripts/pkg/dav1d.sh index 5ea877d20d..23eb0513b2 100644 --- a/tools/jenkins/include/scripts/pkg/dav1d.sh +++ b/tools/jenkins/include/scripts/pkg/dav1d.sh @@ -2,7 +2,7 @@ # Install dav1d AV1 decoder # see https://code.videolan.org/videolan/dav1d/-/releases -DAV1D_VERSION=0.9.1 +DAV1D_VERSION=0.9.2 DAV1D_TAR="dav1d-${DAV1D_VERSION}.tar.bz2" DAV1D_SITE="https://code.videolan.org/videolan/dav1d/-/archive/${DAV1D_VERSION}" if download_step; then diff --git a/tools/jenkins/include/scripts/pkg/harfbuzz.sh b/tools/jenkins/include/scripts/pkg/harfbuzz.sh index 597cc8cf0a..33b717cc2e 100644 --- a/tools/jenkins/include/scripts/pkg/harfbuzz.sh +++ b/tools/jenkins/include/scripts/pkg/harfbuzz.sh @@ -2,7 +2,7 @@ # Install harbuzz # see http://www.linuxfromscratch.org/blfs/view/svn/general/harfbuzz.html -HARFBUZZ_VERSION=2.9.0 +HARFBUZZ_VERSION=2.9.1 HARFBUZZ_TAR="harfbuzz-${HARFBUZZ_VERSION}.tar.xz" #HARFBUZZ_SITE="https://www.freedesktop.org/software/harfbuzz/release" HARFBUZZ_SITE="https://github.com/harfbuzz/harfbuzz/releases/download/${HARFBUZZ_VERSION}" diff --git a/tools/jenkins/include/scripts/pkg/pango.sh b/tools/jenkins/include/scripts/pkg/pango.sh index 8237c3a357..b9774bd142 100644 --- a/tools/jenkins/include/scripts/pkg/pango.sh +++ b/tools/jenkins/include/scripts/pkg/pango.sh @@ -3,7 +3,7 @@ # Install pango # see http://www.linuxfromscratch.org/blfs/view/svn/x/pango.html #PANGO_VERSION=1.42.4 # last version before meson -PANGO_VERSION=1.48.9 # requires meson +PANGO_VERSION=1.48.10 # requires meson PANGO_VERSION_SHORT=${PANGO_VERSION%.*} PANGO_TAR="pango-${PANGO_VERSION}.tar.xz" PANGO_SITE="http://ftp.gnome.org/pub/GNOME/sources/pango/${PANGO_VERSION_SHORT}"