diff --git a/shared/packages.ini b/shared/packages.ini index d7c0ce28..cb0712e9 100644 --- a/shared/packages.ini +++ b/shared/packages.ini @@ -23,7 +23,7 @@ arguments = "-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON" anitya_id = 854 [harfbuzz] -version = 13.0.0 +version = 13.2.1 url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz" arguments = "-Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disabled -Draster=disabled -Dvector=disabled -Dsubset=disabled" anitya_id = 1299 @@ -37,7 +37,7 @@ anitya_id = 3648 [expat] version_major = 2 version_minor = 7 -version_patch = 4 +version_patch = 5 version = ${version_major}.${version_minor}.${version_patch} version_url = ${version_major}_${version_minor}_${version_patch} url = "https://github.com/libexpat/libexpat/releases/download/R_${version_url}/expat-${version}.tar.bz2" @@ -146,7 +146,7 @@ url = "https://github.com/fragglet/lhasa/releases/download/v${version}/lhasa-${v anitya_id = 14822 [ICU] -version = 78.2 +version = 78.3 url = "https://github.com/unicode-org/icu/releases/download/release-${version}/icu4c-${version}-sources.tgz" directory = "icu" arguments = "--enable-strict=no --disable-tests --disable-samples @@ -157,7 +157,7 @@ anitya_id = 379847 [icudata] version_major = 78 -version_minor = 2 +version_minor = 3 version = ${version_major}.${version_minor} _ini_comment = empty on purpose, otherwise polluted by default section directory = diff --git a/shared/packages.sh b/shared/packages.sh index 681d963c..c2dc217d 100644 --- a/shared/packages.sh +++ b/shared/packages.sh @@ -17,18 +17,18 @@ FREETYPE_URL="https://download.savannah.gnu.org/releases/freetype/freetype-2.14. FREETYPE_ARGS="-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON" FREETYPE_DIR="freetype-2.14.2" -HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/13.0.0/harfbuzz-13.0.0.tar.xz" +HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/13.2.1/harfbuzz-13.2.1.tar.xz" HARFBUZZ_ARGS="-Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disabled -Draster=disabled -Dvector=disabled -Dsubset=disabled" -HARFBUZZ_DIR="harfbuzz-13.0.0" +HARFBUZZ_DIR="harfbuzz-13.2.1" PIXMAN_URL="https://cairographics.org/releases/pixman-0.46.4.tar.gz" PIXMAN_ARGS="-Dtests=disabled -Ddemos=disabled -Dlibpng=disabled" PIXMAN_DIR="pixman-0.46.4" -EXPAT_URL="https://github.com/libexpat/libexpat/releases/download/R_2_7_4/expat-2.7.4.tar.bz2" +EXPAT_URL="https://github.com/libexpat/libexpat/releases/download/R_2_7_5/expat-2.7.5.tar.bz2" EXPAT_ARGS="-DEXPAT_BUILD_TOOLS=OFF -DEXPAT_BUILD_EXAMPLES=OFF \ -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_DOCS=OFF -DEXPAT_SHARED_LIBS=OFF" -EXPAT_DIR="expat-2.7.4" +EXPAT_DIR="expat-2.7.5" LIBOGG_URL="https://downloads.xiph.org/releases/ogg/libogg-1.3.6.tar.xz" LIBOGG_DIR="libogg-1.3.6" @@ -95,7 +95,7 @@ INIH_DIR="inih-r62" LHASA_URL="https://github.com/fragglet/lhasa/releases/download/v0.5.0/lhasa-0.5.0.tar.gz" LHASA_DIR="lhasa-0.5.0" -ICU_URL="https://github.com/unicode-org/icu/releases/download/release-78.2/icu4c-78.2-sources.tgz" +ICU_URL="https://github.com/unicode-org/icu/releases/download/release-78.3/icu4c-78.3-sources.tgz" ICU_DIR="icu" ICU_ARGS="--enable-strict=no --disable-tests --disable-samples \ --disable-dyload --disable-extras --disable-icuio \