Skip to content

Commit 009b3d5

Browse files
authored
Merge pull request #164 from OpenBrickProtocolFoundation/update-sdl-wrap
wraps: update wrap revisions
2 parents e115460 + 90fe429 commit 009b3d5

File tree

5 files changed

+13
-37
lines changed

5 files changed

+13
-37
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.4.1'
9+
classpath 'com.android.tools.build:gradle:8.5.0'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Jan 02 02:01:38 CET 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

subprojects/libpng.wrap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ directory = libpng-1.6.43
33
source_url = https://github.com/glennrp/libpng/archive/v1.6.43.tar.gz
44
source_filename = libpng-1.6.43.tar.gz
55
source_hash = fecc95b46cf05e8e3fc8a414750e0ba5aad00d89e9fdf175e94ff041caf1a03a
6-
patch_filename = libpng_1.6.43-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.43-1/get_patch
8-
patch_hash = 0e995446c607ef2e618fb561929acf91e4bdd8017d2e18a7a3b68ba41da345e6
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.43-1/libpng-1.6.43.tar.gz
10-
wrapdb_version = 1.6.43-1
6+
patch_filename = libpng_1.6.43-2_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.43-2/get_patch
8+
patch_hash = 49951297edf03e81d925ab03726555f09994ad1ed78fb539a269216430eef3da
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.43-2/libpng-1.6.43.tar.gz
10+
wrapdb_version = 1.6.43-2
1111

1212
[provide]
1313
libpng = libpng_dep

subprojects/packagefiles/SDL2-2.30.3_mingw.diff

Lines changed: 0 additions & 24 deletions
This file was deleted.

subprojects/sdl2.wrap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ directory = SDL2-2.30.3
33
source_url = https://github.com/libsdl-org/SDL/releases/download/release-2.30.3/SDL2-2.30.3.tar.gz
44
source_filename = SDL2-2.30.3.tar.gz
55
source_hash = 820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec
6-
patch_filename = sdl2_2.30.3-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/sdl2_2.30.3-1/get_patch
8-
patch_hash = f8aaab6f4ae09798c0c28c042c3dc678dd4d09b67598ea73ff14da7ae67be97d
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sdl2_2.30.3-1/SDL2-2.30.3.tar.gz
10-
wrapdb_version = 2.30.3-1
11-
diff_files = SDL2-2.30.3_android.diff, SDL2-2.30.3_mingw.diff
6+
patch_filename = sdl2_2.30.3-2_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/sdl2_2.30.3-2/get_patch
8+
patch_hash = 2c08bde67b3896db88e01481c379322625ea6c928cdb68ead91d0e3749863bc2
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sdl2_2.30.3-2/SDL2-2.30.3.tar.gz
10+
wrapdb_version = 2.30.3-2
11+
diff_files = SDL2-2.30.3_android.diff
1212

1313
[provide]
1414
sdl2 = sdl2_dep

0 commit comments

Comments
 (0)