Skip to content
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
2 changes: 1 addition & 1 deletion ports/hical61-hical/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Hical61/Hical
REF "v${VERSION}"
SHA512 ac00f3062be3282a5361b0f57e7194d1340192aef9615b1cf0d376c5eab85ef83dde94a75b89076a59f456a8768202e2618166117aa3a82f7107faa9460e247c
SHA512 98c74de5c27e104a10a4c1061138c199e5f6bde956270e8d4e39a7ed3f7d0a388c472e595b3b95c531c6f24c1833521cea21f269d81fbabda8a1074b2ce7ff41
HEAD_REF main
)

Expand Down
6 changes: 5 additions & 1 deletion ports/hical61-hical/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hical61-hical",
"version": "2.0.1",
"version": "2.1.0",
"description": "Modern C++20/C++26 high-performance web framework based on Boost.Asio/Beast",
"homepage": "https://github.com/Hical61/Hical",
"license": "MIT",
Expand All @@ -10,6 +10,10 @@
"boost-beast",
"boost-json",
"boost-system",
{
"name": "liburing",
"platform": "linux"
},
"openssl",
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3797,7 +3797,7 @@
"port-version": 0
},
"hical61-hical": {
"baseline": "2.0.1",
"baseline": "2.1.0",
"port-version": 0
},
"hidapi": {
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hical61-hical.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f4498f6a2a8fe71ab5af30390178e72ab1b8baa0",
"version": "2.1.0",
"port-version": 0
},
{
"git-tree": "10c4cd90246d93f8f14b36d8724dce95c18e00c2",
"version": "2.0.1",
Expand Down