Skip to content

Commit e07e5e2

Browse files
authored
Merge pull request #231 from OpenBrickProtocolFoundation/update_discord_social_sdk
feat: update dependencies
2 parents 0cc800e + 5906145 commit e07e5e2

File tree

9 files changed

+31
-32
lines changed

9 files changed

+31
-32
lines changed

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.20.1
3-
source_url = https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.20.1.tar.gz
4-
source_filename = cpp-httplib-0.20.1.tar.gz
5-
source_hash = b74b1c2c150be2841eba80192f64d93e9a6711985b3ae8aaa1a9cec4863d1dd9
6-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpp-httplib_0.20.1-1/cpp-httplib-0.20.1.tar.gz
7-
wrapdb_version = 0.20.1-1
8-
diff_files = cpp-httplib-0.20.1_mingw.diff
2+
directory = cpp-httplib-0.21.0
3+
source_url = https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.21.0.tar.gz
4+
source_filename = cpp-httplib-0.21.0.tar.gz
5+
source_hash = 99cfbce46981994d8f34ed21836510d7d408ffac91315bb22c9584a83e220e60
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpp-httplib_0.21.0-1/cpp-httplib-0.21.0.tar.gz
7+
wrapdb_version = 0.21.0-1
8+
diff_files = cpp-httplib-0.21.0_mingw.diff
99

1010
[provide]
1111
cpp-httplib = cpp_httplib_dep
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[wrap-file]
22
directory = discord_social_sdk
3-
source_url = https://oopetris.totto.lt/static/assets/discord/DiscordSocialSdk-1.2.8730.zip
4-
source_filename = DiscordSocialSdk-1.2.8730.zip
5-
source_hash = f0a8158169c490116500dc338290c93720c27126fd817663b11c4e8ebfa9cc00
3+
source_url = https://oopetris.totto.lt/static/assets/discord/DiscordSocialSdk-1.3.9273.zip
4+
source_filename = DiscordSocialSdk-1.3.9273.zip
5+
source_hash = 031bfdd7e7754b9c535bb1bdf4a4186718202b2e36b6a99f2e75ff0397500cac
66
patch_directory = discord_social_sdk
7-
diff_files = discord_social_sdk-1.2.8730_mingw.diff
7+
diff_files = discord_social_sdk-1.3.9273_mingw.diff
88

99
[provide]
1010
discord-social-sdk = discord_social_sdk_dep
11-

subprojects/gtest.wrap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = googletest-1.15.2
3-
source_url = https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz
4-
source_filename = gtest-1.15.2.tar.gz
5-
source_hash = 7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926
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
2+
directory = googletest-1.17.0
3+
source_url = https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz
4+
source_filename = googletest-1.17.0.tar.gz
5+
source_hash = 65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c
6+
patch_filename = gtest_1.17.0-3_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.17.0-3/get_patch
8+
patch_hash = 3e2799683f27c6dce138b7bae823416581c467ddde755c9a516c0863225f0ceb
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.17.0-3/googletest-1.17.0.tar.gz
10+
wrapdb_version = 1.17.0-3
1111

1212
[provide]
1313
gtest = gtest_dep

subprojects/packagefiles/discord_social_sdk/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'discord-social-sdk',
33
'cpp',
44
'c',
5-
version: '1.2.8730',
5+
version: '1.3.9273',
66
meson_version: '>=1.4.0',
77
default_options: {
88
'cpp_std': ['c++17'],

subprojects/spdlog.wrap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[wrap-file]
2-
directory = spdlog-1.15.2
3-
source_url = https://github.com/gabime/spdlog/archive/refs/tags/v1.15.2.tar.gz
4-
source_filename = spdlog-1.15.2.tar.gz
5-
source_hash = 7a80896357f3e8e920e85e92633b14ba0f229c506e6f978578bdc35ba09e9a5d
6-
patch_filename = spdlog_1.15.2-3_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/spdlog_1.15.2-3/get_patch
8-
patch_hash = d5ab078661f571ef5113a8e4bc5c4121e16c044e7772a24b44b1ca8f3ee7c6cb
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/spdlog_1.15.2-3/spdlog-1.15.2.tar.gz
10-
wrapdb_version = 1.15.2-3
11-
diff_files = spdlog_1.15.2_fmt_11.2.0_compatibility.diff,spdlog_1.15.2_no_tls_option.diff
2+
directory = spdlog-1.15.3
3+
source_url = https://github.com/gabime/spdlog/archive/refs/tags/v1.15.3.tar.gz
4+
source_filename = spdlog-1.15.3.tar.gz
5+
source_hash = 15a04e69c222eb6c01094b5c7ff8a249b36bb22788d72519646fb85feb267e67
6+
patch_filename = spdlog_1.15.3-2_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/spdlog_1.15.3-2/get_patch
8+
patch_hash = 2f5667992a7482c0bfbc012c1bcb8c93d1fb22274b4a235be40f8fc9284e920e
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/spdlog_1.15.3-2/spdlog-1.15.3.tar.gz
10+
wrapdb_version = 1.15.3-2
11+
diff_files = spdlog_1.15.3_fmt_11.2.0_compatibility.diff,spdlog_1.15.3_no_tls_option.diff
1212

1313
[provide]
1414
spdlog = spdlog_dep

0 commit comments

Comments
 (0)