Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libnick] Update to 2024.2.8 #36981

Merged
merged 2 commits into from
Feb 29, 2024
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 9276c81daf737856b75956af69899a9c55c2f60eb0b679821ac721004016eb4a9c5049d9092c5749a1ab73dc27a10c34c6121d37d2c6068d55aa366095f957ef
SHA512 42ffdc6878d093d7d5e3b4860a6df8902166c5247cfa92e8db614fd0a256a75b978b257397c059b4f992d32c9c0cdfe04287e0b64b8dda0057f3466fe2baf290
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": "2024.2.7",
"version": "2024.2.8",
"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 @@ -4637,7 +4637,7 @@
"port-version": 3
},
"libnick": {
"baseline": "2024.2.7",
"baseline": "2024.2.8",
"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": "3c9fc499e78a210cfb1c07d9cebdb9e5b317010e",
"version": "2024.2.8",
"port-version": 0
},
{
"git-tree": "4ca18bf33fc9f723975c2d561f78e1e41283b1fc",
"version": "2024.2.7",
Expand Down
Loading