mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:29:56 +08:00
[libnick] Update to 2024.3.1 (#38472)
- [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.
This commit is contained in:
parent
176bf9ac1a
commit
272bf94e8f
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO NickvisionApps/libnick
|
||||
REF "${VERSION}"
|
||||
SHA512 6f1ccf9439d458ae32dffc22a51c913f869d5fe527f0eb79c4170ee26325f0ed7764c5572661e8177054dfec900833e6da04cc93674dc9f3b22e838afccc4dcc
|
||||
SHA512 2d2903bc7acf7cb3b86907ecf393d56b338bc6655a51e25e5346f1c37c194dbe176820c53c0e8351acaec9fc54f17188394277cac759f3b68c6e518189944790
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libnick",
|
||||
"version": "2024.3.0",
|
||||
"version": "2024.3.1",
|
||||
"maintainers": "Nicholas Logozzo nlogozzo225@gmail.com",
|
||||
"description": "A cross-platform base for native Nickvision applications.",
|
||||
"homepage": "https://github.com/NickvisionApps/libnick",
|
||||
|
@ -4701,7 +4701,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"libnick": {
|
||||
"baseline": "2024.3.0",
|
||||
"baseline": "2024.3.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"libnoise": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "461c4e6cc23f7b0ecd873f4b8701de2d799caa53",
|
||||
"version": "2024.3.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "819bac9da7f5626e041c0da4fd778da06eb88493",
|
||||
"version": "2024.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user