Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libraries #180

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions subprojects/cpp-httplib.wrap
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[wrap-file]
directory = cpp-httplib-0.17.1
source_url = https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.17.1.tar.gz
source_filename = cpp-httplib-0.17.1.tar.gz
source_hash = 044c5a233da242e981d9543dd136a5945e0549c5641a0373934db88bbd192f41
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpp-httplib_0.17.1-1/cpp-httplib-0.17.1.tar.gz
wrapdb_version = 0.17.1-1
diff_files = cpp-httplib-0.17.1_mingw.diff
directory = cpp-httplib-0.17.3
source_url = https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.17.3.tar.gz
source_filename = cpp-httplib-0.17.3.tar.gz
source_hash = 95bd6dba4241656c59d6f0854d408d14c220f7c71e673319ee27d30aee741aaa
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpp-httplib_0.17.3-1/cpp-httplib-0.17.3.tar.gz
wrapdb_version = 0.17.3-1
diff_files = cpp-httplib-0.17.3_mingw.diff

[provide]
cpp-httplib = cpp_httplib_dep
14 changes: 7 additions & 7 deletions subprojects/nlohmann_json.wrap
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[wrap-file]
directory = nlohmann_json-3.11.2
directory = nlohmann_json-3.11.3
lead_directory_missing = true
source_url = https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip
source_filename = nlohmann_json-3.11.2.zip
source_hash = e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed
wrapdb_version = 3.11.2-1

diff_files = nlohmann_json-3.11.2_installable.diff
source_url = https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip
source_filename = nlohmann_json-3.11.3.zip
source_hash = a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/nlohmann_json_3.11.3-1/nlohmann_json-3.11.3.zip
wrapdb_version = 3.11.3-1
diff_files = nlohmann_json-3.11.3_installable.diff

[provide]
nlohmann_json = nlohmann_json_dep
Loading