Skip to content

Commit 2eee303

Browse files
committed
Update dependencies
1 parent 5ad59e2 commit 2eee303

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+53
-53
lines changed

scripts.d/10-mingw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git"
4-
SCRIPT_COMMIT="b45abfec4e116b33620de597b99b1f0af3ab6a6a"
4+
SCRIPT_COMMIT="4dd74f2993902ccc685cde69c8cdd5d7f05130ea"
55

66
ffbuild_enabled() {
77
[[ $TARGET == win* ]] || return -1

scripts.d/20-libiconv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://git.savannah.gnu.org/git/libiconv.git"
4-
SCRIPT_COMMIT="b6de390c857a6b7697353b3b6284a4fdff0ee816"
4+
SCRIPT_COMMIT="918904edaf378253f262ce19da02ec69cec94a4e"
55

66
SCRIPT_REPO2="https://git.savannah.gnu.org/git/gnulib.git"
7-
SCRIPT_COMMIT2="9a1a6385a57bd6c6493ba1d0660a960574953a9a"
7+
SCRIPT_COMMIT2="b88f01f04b38b156383ab269a58e5af58ec4cd0e"
88

99
ffbuild_enabled() {
1010
return 0

scripts.d/25-gmp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/BtbN/gmplib.git"
4-
SCRIPT_COMMIT="655b673c0c825a772b2596d9761ffc3dd953074e"
4+
SCRIPT_COMMIT="93d21e8f22191b48396743389e4ba9b0037f8e94"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/25-libogg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/xiph/ogg.git"
4-
SCRIPT_COMMIT="fa80aae9d50096160f2b56ada35527d7aee3f746"
4+
SCRIPT_COMMIT="0288fadac3ac62d453409dfc83e9c4ab617d2472"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/25-libxml2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/GNOME/libxml2.git"
4-
SCRIPT_COMMIT="f428bdd1d9eb71b192dc31c5eb789097c67e5132"
4+
SCRIPT_COMMIT="0c948334a8f5c66d50e9f8992e62998017dc4fc6"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/25-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/openssl/openssl.git"
4-
SCRIPT_COMMIT="openssl-3.2.4"
4+
SCRIPT_COMMIT="openssl-3.2.5"
55
SCRIPT_TAGFILTER="openssl-3.2.*"
66

77
ffbuild_enabled() {

scripts.d/45-fonts/25-freetype.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git"
4-
SCRIPT_COMMIT="a67b2bab9ef4ff1798f65c5b27ab0bcd726243f3"
4+
SCRIPT_COMMIT="b04db3872cfac5ee4fd4f895933cebce3576fbf0"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/45-fonts/35-fontconfig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/fontconfig/fontconfig.git"
4-
SCRIPT_COMMIT="82ca32b33fbe1037f0827b0e8a1cabdf3e7d4fa6"
4+
SCRIPT_COMMIT="cbbc89033750f6cc0b1bc62d04ee27ca53e6e021"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/45-fonts/45-harfbuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/harfbuzz/harfbuzz.git"
4-
SCRIPT_COMMIT="cd16559c278732cd4671921d35bfda27378f628a"
4+
SCRIPT_COMMIT="a81e73a7753221f8ac733ebbc9762dda8fbfb3f5"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/45-fonts/50-freetype.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git"
4-
SCRIPT_COMMIT="a67b2bab9ef4ff1798f65c5b27ab0bcd726243f3"
4+
SCRIPT_COMMIT="b04db3872cfac5ee4fd4f895933cebce3576fbf0"
55

66
ffbuild_enabled() {
77
return 0

0 commit comments

Comments
 (0)