Skip to content

Commit

Permalink
update linux DSK
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Sep 16, 2021
1 parent 41ace3a commit ac542e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/jenkins/include/scripts/pkg/dav1d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/jenkins/include/scripts/pkg/harfbuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion tools/jenkins/include/scripts/pkg/pango.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit ac542e6

Please sign in to comment.