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 13c8912d594624160c3376b1f5bb0d072993b07196bbef595eb6f709955026af673cf420dbf3a1e94b819201e927cf479a3ac7158e96d59d8c1d5dca951629a9
SHA512 86eb9336a9982e58335a662ea5ca5415208ffca80bf2b5c4b15e84ea0acfa941cbcd56705f1e4be112c367b43cc79bfd944686d02a91903c15fd292827203c25
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 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.3",
"version": "2025.3.4",
"maintainers": "Nicholas Logozzo nlogozzo225@gmail.com",
"description": "A cross-platform base for native Nickvision applications.",
"homepage": "https://github.com/NickvisionApps/libnick",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4929,7 +4929,7 @@
"port-version": 0
},
"libnick": {
"baseline": "2025.3.3",
"baseline": "2025.3.4",
"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": "e1336cc2a4249d6b6f3d3e797e88b9c114722846",
"version": "2025.3.4",
"port-version": 0
},
{
"git-tree": "2789f3a69f21af6e45dd976fdfd9af1ed51cfc20",
"version": "2025.3.3",
Expand Down