Skip to content

Commit ac542e6

Browse files
committed
update linux DSK
1 parent 41ace3a commit ac542e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/jenkins/include/scripts/pkg/dav1d.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Install dav1d AV1 decoder
44
# see https://code.videolan.org/videolan/dav1d/-/releases
5-
DAV1D_VERSION=0.9.1
5+
DAV1D_VERSION=0.9.2
66
DAV1D_TAR="dav1d-${DAV1D_VERSION}.tar.bz2"
77
DAV1D_SITE="https://code.videolan.org/videolan/dav1d/-/archive/${DAV1D_VERSION}"
88
if download_step; then

tools/jenkins/include/scripts/pkg/harfbuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Install harbuzz
44
# see http://www.linuxfromscratch.org/blfs/view/svn/general/harfbuzz.html
5-
HARFBUZZ_VERSION=2.9.0
5+
HARFBUZZ_VERSION=2.9.1
66
HARFBUZZ_TAR="harfbuzz-${HARFBUZZ_VERSION}.tar.xz"
77
#HARFBUZZ_SITE="https://www.freedesktop.org/software/harfbuzz/release"
88
HARFBUZZ_SITE="https://github.com/harfbuzz/harfbuzz/releases/download/${HARFBUZZ_VERSION}"

tools/jenkins/include/scripts/pkg/pango.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Install pango
44
# see http://www.linuxfromscratch.org/blfs/view/svn/x/pango.html
55
#PANGO_VERSION=1.42.4 # last version before meson
6-
PANGO_VERSION=1.48.9 # requires meson
6+
PANGO_VERSION=1.48.10 # requires meson
77
PANGO_VERSION_SHORT=${PANGO_VERSION%.*}
88
PANGO_TAR="pango-${PANGO_VERSION}.tar.xz"
99
PANGO_SITE="http://ftp.gnome.org/pub/GNOME/sources/pango/${PANGO_VERSION_SHORT}"

0 commit comments

Comments
 (0)