Skip to content

Commit

Permalink
[libnick] Update to 2024.2.8 (#36981)
Browse files Browse the repository at this point in the history
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
  • Loading branch information
nlogozzo committed Feb 29, 2024
1 parent 39bfe5c commit 45d50ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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 @@ -4641,7 +4641,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

0 comments on commit 45d50ee

Please sign in to comment.