Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Aug 19, 2024
1 parent 26a0e55 commit cd72b5d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 31 deletions.
30 changes: 15 additions & 15 deletions org.equeim.Tremotesf.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"modules": [
{
"name" : "fmt",
"name": "fmt",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
Expand All @@ -31,16 +31,16 @@
"-DFMT_DOC=OFF",
"-DFMT_TEST=OFF"
],
"sources" : [
"sources": [
{
"type" : "archive",
"url" : "https://github.com/fmtlib/fmt/releases/download/11.0.1/fmt-11.0.1.zip",
"sha256" : "62ca45531814109b5d6cef0cf2fd17db92c32a30dd23012976e768c685534814"
"type": "archive",
"url": "https://github.com/fmtlib/fmt/releases/download/11.0.2/fmt-11.0.2.zip",
"sha256": "40fc58bebcf38c759e11a7bd8fdc163507d2423ef5058bba7f26280c5b9c5465"
}
]
},
{
"name" : "cxxopts",
"name": "cxxopts",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
Expand All @@ -49,28 +49,28 @@
"-DCXXOPTS_BUILD_EXAMPLES=OFF",
"-DCXXOPTS_BUILD_TESTS=OFF"
],
"sources" : [
"sources": [
{
"type" : "archive",
"url" : "https://github.com/jarro2783/cxxopts/archive/refs/tags/v3.2.1.tar.gz",
"sha256" : "841f49f2e045b9c6365997c2a8fbf76e6f215042dda4511a5bb04bc5ebc7f88a"
"type": "archive",
"url": "https://github.com/jarro2783/cxxopts/archive/refs/tags/v3.2.1.tar.gz",
"sha256": "841f49f2e045b9c6365997c2a8fbf76e6f215042dda4511a5bb04bc5ebc7f88a"
}
]
},
{
"name" : "cpp-httplib",
"name": "cpp-httplib",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
"-DHTTPLIB_REQUIRE_OPENSSL=ON"
],
"sources" : [
"sources": [
{
"type" : "archive",
"url" : "https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.16.0.tar.gz",
"sha256" : "c125022eb85eaa12235518dc4638be93b62c3216d0f87b655af7b17b71b38851"
"type": "archive",
"url": "https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.16.3.tar.gz",
"sha256": "c1742fc7179aaae2a67ad9bba0740b7e9ffaf4f5e62feef53101ecdef1478716"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/3rdparty/cpp-httplib
32 changes: 17 additions & 15 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": {
"kind": "builtin",
"baseline": "afa12e7292fb47771e619675d7915645fe0adb1b"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/equeim/vcpkg-registry.git",
"baseline": "42627958fcca9c9c452fa693872bd2abeb338520",
"packages": [
"kf6ecm", "kf6widgetsaddons", "qttools"
]
}
]
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": {
"kind": "builtin",
"baseline": "2f210a9c13fcf2b0c36b1f2187366feec37e3390"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/equeim/vcpkg-registry.git",
"baseline": "42627958fcca9c9c452fa693872bd2abeb338520",
"packages": [
"kf6ecm",
"kf6widgetsaddons",
"qttools"
]
}
]
}

0 comments on commit cd72b5d

Please sign in to comment.