File tree Expand file tree Collapse file tree 8 files changed +43
-43
lines changed Expand file tree Collapse file tree 8 files changed +43
-43
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:8.9.0 '
9
+ classpath ' com.android.tools.build:gradle:8.9.1 '
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ for INDEX in "${ARCH_KEYS_INDEX[@]}"; do
181
181
182
182
cd " $BUILD_DIR_MPG123 "
183
183
184
- MPG123_VERSION=" 1.32.9 "
184
+ MPG123_VERSION=" 1.32.10 "
185
185
186
186
if [ ! -e " mpg123-$MPG123_VERSION .tar.bz2" ]; then
187
187
wget -q " https://www.mpg123.de/download/mpg123-$MPG123_VERSION .tar.bz2"
@@ -239,7 +239,7 @@ for INDEX in "${ARCH_KEYS_INDEX[@]}"; do
239
239
240
240
cd " $BUILD_DIR_FLAC "
241
241
242
- FLAC_VERSION=" 1.4.3 "
242
+ FLAC_VERSION=" 1.5.0 "
243
243
244
244
if [ ! -e " flac-$FLAC_VERSION .tar.xz" ]; then
245
245
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
297
297
298
298
cd " $BUILD_DIR_OPENSSL "
299
299
300
- OPENSSL_VERSION=" 3.4.0 "
300
+ OPENSSL_VERSION=" 3.4.1 "
301
301
302
302
if [ ! -e " openssl-$OPENSSL_VERSION .tar.gz" ]; then
303
303
wget -q " https://github.com/openssl/openssl/releases/download/openssl-$OPENSSL_VERSION /openssl-$OPENSSL_VERSION .tar.gz"
Original file line number Diff line number Diff line change 1
1
[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
9
9
10
10
[provide]
11
11
cpp-httplib = cpp_httplib_dep
Original file line number Diff line number Diff line change 1
1
[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
11
11
12
12
[provide]
13
13
cpr = cpr_dep
Original file line number Diff line number Diff line change 1
1
[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
11
11
12
12
[provide]
13
13
flac = flac_dep
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ directory = googletest-1.15.2
3
3
source_url = https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz
4
4
source_filename = gtest-1.15.2.tar.gz
5
5
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
11
11
12
12
[provide]
13
13
gtest = gtest_dep
Original file line number Diff line number Diff line change 1
1
[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
11
11
12
12
[provide]
13
13
libpng = libpng_dep
File renamed without changes.
You can’t perform that action at this time.
0 commit comments