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/libnick/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO NickvisionApps/libnick
REF "${VERSION}"
SHA512 86eb9336a9982e58335a662ea5ca5415208ffca80bf2b5c4b15e84ea0acfa941cbcd56705f1e4be112c367b43cc79bfd944686d02a91903c15fd292827203c25
SHA512 0aa7fb6d9abfee4e9a111c18296446e7c21c2c014f740a376f93df8de6d95356b1b5df03610bcf02a28bda32d0a2b58619936a96a6d30e80385ccc569eac5825
HEAD_REF main
)

Expand Down
6 changes: 5 additions & 1 deletion ports/libnick/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnick",
"version": "2025.3.4",
"version": "2025.3.6",
"maintainers": "Nicholas Logozzo nlogozzo225@gmail.com",
"description": "A cross-platform base for native Nickvision applications.",
"homepage": "https://github.com/NickvisionApps/libnick",
Expand Down Expand Up @@ -35,6 +35,10 @@
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "wintoast",
"platform": "windows"
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4933,7 +4933,7 @@
"port-version": 0
},
"libnick": {
"baseline": "2025.3.4",
"baseline": "2025.3.6",
"port-version": 0
},
"libnoise": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libnick.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "134bdeb5a8cc4118ba2d98627bfad875598f87f0",
"version": "2025.3.6",
"port-version": 0
},
{
"git-tree": "e1336cc2a4249d6b6f3d3e797e88b9c114722846",
"version": "2025.3.4",
Expand Down