Skip to content

Commit cd62022

Browse files
committed
upgrade libs
1 parent 23f0da1 commit cd62022

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

configs/libs/ass.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export LIB_NAME='ass'
2626
export LIPO_LIBS="libass"
2727
export LIB_DEPENDS_BIN="meson cmake pkg-config"
2828
export GIT_LOCAL_REPO=extra/ass
29-
export GIT_COMMIT=0.17.3
29+
export GIT_COMMIT=0.17.4
3030
export REPO_DIR=ass
31-
export GIT_REPO_VERSION=0.17.3
31+
export GIT_REPO_VERSION=0.17.4
3232

3333
# you can export GIT_ASS_UPSTREAM=git@xx:yy/ASS.git use your mirror
3434
if [[ "$GIT_ASS_UPSTREAM" != "" ]] ;then

configs/libs/dav1d.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export LIB_NAME='dav1d'
2020
export LIPO_LIBS="libdav1d"
2121
export LIB_DEPENDS_BIN="meson ninja nasm"
2222
export GIT_LOCAL_REPO=extra/dav1d
23-
export GIT_COMMIT=1.5.1
23+
export GIT_COMMIT=1.5.3
2424
export GIT_WITH_SUBMODULE=0
2525
export REPO_DIR=dav1d
26-
export GIT_REPO_VERSION=1.5.1
26+
export GIT_REPO_VERSION=1.5.3
2727

2828
# you can export GIT_DAV1D_UPSTREAM=git@xx:yy/dav1d.git use your mirror
2929
if [[ "$GIT_DAV1D_UPSTREAM" != "" ]] ;then

configs/libs/fontconfig.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ export LIB_NAME='fontconfig'
2121
export LIPO_LIBS="libfontconfig"
2222
export LIB_DEPENDS_BIN="meson pkg-config"
2323
export GIT_LOCAL_REPO=extra/fontconfig
24-
export GIT_COMMIT=2.16.0
24+
export GIT_COMMIT=2.17.1
2525
export REPO_DIR=fontconfig
26-
export GIT_REPO_VERSION=2.16.0
26+
export GIT_REPO_VERSION=2.17.1
2727

2828
# you can export GIT_FONTCONFIG_UPSTREAM=git@xx:yy/fontconfig.git use your mirror
2929
if [[ "$GIT_FONTCONFIG_UPSTREAM" != "" ]] ;then

configs/libs/freetype.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export LIB_NAME='freetype'
2323
export LIPO_LIBS="libfreetype"
2424
export LIB_DEPENDS_BIN="meson pkg-config"
2525
export GIT_LOCAL_REPO=extra/freetype
26-
export GIT_COMMIT=VER-2-13-3
26+
export GIT_COMMIT=VER-2-14-1
2727
export REPO_DIR=freetype
28-
export GIT_REPO_VERSION=2.13.3
28+
export GIT_REPO_VERSION=2.14.1
2929
export GIT_WITH_SUBMODULE=1
3030

3131
# you can export GIT_FREETYPE_UPSTREAM=git@xx:yy/FREETYPE.git use your mirror

configs/libs/harfbuzz.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export LIB_NAME='harfbuzz'
2626
export LIPO_LIBS="libharfbuzz libharfbuzz-subset"
2727
export LIB_DEPENDS_BIN="meson pkg-config"
2828
export GIT_LOCAL_REPO=extra/harfbuzz
29-
export GIT_COMMIT=10.2.0
29+
export GIT_COMMIT=12.3.2
3030
export REPO_DIR=harfbuzz
31-
export GIT_REPO_VERSION=10.2.0
31+
export GIT_REPO_VERSION=12.3.2
3232

3333
# you can export GIT_HARFBUZZ_UPSTREAM=git@xx:yy/HARFBUZZ.git use your mirror
3434
if [[ "$GIT_HARFBUZZ_UPSTREAM" != "" ]] ;then

configs/libs/openssl3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
export LIB_NAME='openssl'
1919
export LIPO_LIBS="libssl libcrypto"
2020
export GIT_LOCAL_REPO=extra/openssl
21-
export GIT_COMMIT=openssl-3.5.0
21+
export GIT_COMMIT=openssl-3.5.5
2222
export REPO_DIR=openssl
23-
export GIT_REPO_VERSION=3.5.0
23+
export GIT_REPO_VERSION=3.5.5
2424

2525
# you can export GIT_OPUS_UPSTREAM=git@xx:yy/openssl.git use your mirror
2626
if [[ "$GIT_OPENSSL_UPSTREAM" != "" ]] ;then

configs/libs/xml2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export LIB_NAME='xml2'
2626
export LIPO_LIBS="libxml2"
2727
export LIB_DEPENDS_BIN="autoconf automake libtool"
2828
export GIT_LOCAL_REPO=extra/xml2
29-
export GIT_COMMIT=v2.13.6
29+
export GIT_COMMIT=v2.15.1
3030
export REPO_DIR=xml2
31-
export GIT_REPO_VERSION=2.13.6
31+
export GIT_REPO_VERSION=2.15.1
3232

3333
# you can export GIT_XML2_UPSTREAM=git@xx:yy/xml2.git use your mirror
3434
if [[ "$GIT_XML2_UPSTREAM" != "" ]] ;then

0 commit comments

Comments
 (0)