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 6ec1e26e43ed7ad250bf26d3e32d68f8c57b7116bb19b5c12d480263218e05c9abbeea92adab78014bdbda3bf2b8b611bc2a8648db422352325ad2db60f5d0d7
SHA512 7b1da27909885bc1a1e004f1ef81f9673e91908de0c37bba4986f97206284999b103814be42a6bdecd6c1fd736751b40f850b91a22a60449410bf7a329714f8e
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.1",
"version": "2025.3.2",
"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 @@ -4901,7 +4901,7 @@
"port-version": 0
},
"libnick": {
"baseline": "2025.3.1",
"baseline": "2025.3.2",
"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": "e388ea35da5357677cf882de2ecdc41ad66366b9",
"version": "2025.3.2",
"port-version": 0
},
{
"git-tree": "81f915d0da860f92f5ba9d75595cc6762c3bd9bb",
"version": "2025.3.1",
Expand Down