Skip to content

Commit 01236ab

Browse files
authored
Merge pull request #216 from OpenBrickProtocolFoundation/update_dependencies_and_other_things
chore: update dependencies and other things
2 parents 9297433 + 11cd5f2 commit 01236ab

File tree

8 files changed

+43
-43
lines changed

8 files changed

+43
-43
lines changed

platforms/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.9.0'
9+
classpath 'com.android.tools.build:gradle:8.9.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

platforms/build-android.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ for INDEX in "${ARCH_KEYS_INDEX[@]}"; do
181181

182182
cd "$BUILD_DIR_MPG123"
183183

184-
MPG123_VERSION="1.32.9"
184+
MPG123_VERSION="1.32.10"
185185

186186
if [ ! -e "mpg123-$MPG123_VERSION.tar.bz2" ]; then
187187
wget -q "https://www.mpg123.de/download/mpg123-$MPG123_VERSION.tar.bz2"
@@ -239,7 +239,7 @@ for INDEX in "${ARCH_KEYS_INDEX[@]}"; do
239239

240240
cd "$BUILD_DIR_FLAC"
241241

242-
FLAC_VERSION="1.4.3"
242+
FLAC_VERSION="1.5.0"
243243

244244
if [ ! -e "flac-$FLAC_VERSION.tar.xz" ]; then
245245
wget -q "https://github.com/xiph/flac/releases/download/$FLAC_VERSION/flac-$FLAC_VERSION.tar.xz"
@@ -297,7 +297,7 @@ for INDEX in "${ARCH_KEYS_INDEX[@]}"; do
297297

298298
cd "$BUILD_DIR_OPENSSL"
299299

300-
OPENSSL_VERSION="3.4.0"
300+
OPENSSL_VERSION="3.4.1"
301301

302302
if [ ! -e "openssl-$OPENSSL_VERSION.tar.gz" ]; then
303303
wget -q "https://github.com/openssl/openssl/releases/download/openssl-$OPENSSL_VERSION/openssl-$OPENSSL_VERSION.tar.gz"

subprojects/cpp-httplib.wrap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[wrap-file]
2-
directory = cpp-httplib-0.19.0
3-
source_url = https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.19.0.tar.gz
4-
source_filename = cpp-httplib-0.19.0.tar.gz
5-
source_hash = c9b9e0524666e1cd088f0874c57c1ce7c0eaa8552f9f4e15c755d5201fc8c608
6-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpp-httplib_0.19.0-1/cpp-httplib-0.19.0.tar.gz
7-
wrapdb_version = 0.19.0-1
8-
diff_files = cpp-httplib-0.19.0_mingw.diff
2+
directory = cpp-httplib-0.20.0
3+
source_url = https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.20.0.tar.gz
4+
source_filename = cpp-httplib-0.20.0.tar.gz
5+
source_hash = 18064587e0cc6a0d5d56d619f4cbbcaba47aa5d84d86013abbd45d95c6653866
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpp-httplib_0.20.0-1/cpp-httplib-0.20.0.tar.gz
7+
wrapdb_version = 0.20.0-1
8+
diff_files = cpp-httplib-0.20.0_mingw.diff
99

1010
[provide]
1111
cpp-httplib = cpp_httplib_dep

subprojects/cpr.wrap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = cpr-1.11.1
3-
source_url = https://github.com/libcpr/cpr/archive/1.11.1.tar.gz
4-
source_filename = cpr-1.11.1.tar.gz
5-
source_hash = e84b8ef348f41072609f53aab05bdaab24bf5916c62d99651dfbeaf282a8e0a2
6-
patch_filename = cpr_1.11.1-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/cpr_1.11.1-1/get_patch
8-
patch_hash = 4fc83e4a494298c9c3c52746bff763ef653a6ff1a4b4ef3fec0a475b5cc56077
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpr_1.11.1-1/cpr-1.11.1.tar.gz
10-
wrapdb_version = 1.11.1-1
2+
directory = cpr-1.11.2
3+
source_url = https://github.com/libcpr/cpr/archive/1.11.2.tar.gz
4+
source_filename = cpr-1.11.2.tar.gz
5+
source_hash = 3795a3581109a9ba5e48fbb50f9efe3399a3ede22f2ab606b71059a615cd6084
6+
patch_filename = cpr_1.11.2-1_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/cpr_1.11.2-1/get_patch
8+
patch_hash = 0e492250351d57e97fab7f31510ca562962942919b87ca28291bb22927a0dc35
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpr_1.11.2-1/cpr-1.11.2.tar.gz
10+
wrapdb_version = 1.11.2-1
1111

1212
[provide]
1313
cpr = cpr_dep

subprojects/flac.wrap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = flac-1.4.3
3-
source_url = https://github.com/xiph/flac/releases/download/1.4.3/flac-1.4.3.tar.xz
4-
source_filename = flac-1.4.3.tar.xz
5-
source_hash = 6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70
6-
patch_filename = flac_1.4.3-2_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/flac_1.4.3-2/get_patch
8-
patch_hash = 3eace1bd0769d3e0d4ff099960160766a5185d391c8f583293b087a1f96c2a9c
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/flac_1.4.3-2/flac-1.4.3.tar.xz
10-
wrapdb_version = 1.4.3-2
2+
directory = flac-1.5.0
3+
source_url = https://github.com/xiph/flac/releases/download/1.5.0/flac-1.5.0.tar.xz
4+
source_filename = flac-1.5.0.tar.xz
5+
source_hash = f2c1c76592a82ffff8413ba3c4a1299b6c7ab06c734dee03fd88630485c2b920
6+
patch_filename = flac_1.5.0-1_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/flac_1.5.0-1/get_patch
8+
patch_hash = c3d7dcb01d6e0a2bc066b12e789661fd9c4356500787004cfc1950d52babd6ca
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/flac_1.5.0-1/flac-1.5.0.tar.xz
10+
wrapdb_version = 1.5.0-1
1111

1212
[provide]
1313
flac = flac_dep

subprojects/gtest.wrap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ directory = googletest-1.15.2
33
source_url = https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz
44
source_filename = gtest-1.15.2.tar.gz
55
source_hash = 7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926
6-
patch_filename = gtest_1.15.2-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.15.2-1/get_patch
8-
patch_hash = b41cba05fc61d47b2ba5bf95732eb86ce2b67303f291b68a9587b7563c318141
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.15.2-1/gtest-1.15.2.tar.gz
10-
wrapdb_version = 1.15.2-1
6+
patch_filename = gtest_1.15.2-4_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.15.2-4/get_patch
8+
patch_hash = a5151324b97e6a98fa7a0e8095523e6d5c4bb3431210d6ac4ad9800c345acf40
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.15.2-4/gtest-1.15.2.tar.gz
10+
wrapdb_version = 1.15.2-4
1111

1212
[provide]
1313
gtest = gtest_dep

subprojects/libpng.wrap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = libpng-1.6.46
3-
source_url = https://github.com/glennrp/libpng/archive/v1.6.46.tar.gz
4-
source_filename = libpng-1.6.46.tar.gz
5-
source_hash = 767b01936f9620d4ab4cdf6ec348f6526f861f825648b610b1d604167dc738d2
6-
patch_filename = libpng_1.6.46-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.46-1/get_patch
8-
patch_hash = cb3ad0b73aeb2e99842f0ac50f974506c63ce77a9668e31b8ca156a47da3a222
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.46-1/libpng-1.6.46.tar.gz
10-
wrapdb_version = 1.6.46-1
2+
directory = libpng-1.6.47
3+
source_url = https://github.com/glennrp/libpng/archive/v1.6.47.tar.gz
4+
source_filename = libpng-1.6.47.tar.gz
5+
source_hash = 631a4c58ea6c10c81f160c4b21fa8495b715d251698ebc2552077e8450f30454
6+
patch_filename = libpng_1.6.47-1_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.47-1/get_patch
8+
patch_hash = a21f619a39da40a215e6c0d51e92af173c14b5e958bad0c0069eb91a6b9b0a3d
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.47-1/libpng-1.6.47.tar.gz
10+
wrapdb_version = 1.6.47-1
1111

1212
[provide]
1313
libpng = libpng_dep

0 commit comments

Comments
 (0)