mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[libnick] Update to 2024.6.8 (#39392)
This commit is contained in:
parent
52be198ec9
commit
31897c58e6
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO NickvisionApps/libnick
|
||||
REF "${VERSION}"
|
||||
SHA512 0d893677cdfc25960050f5c6b473c45e0813bdc836280aa293787cc6398a9a4e34c28cf72537b80ca19cf98fa1c7ff689707bb59238117c87c727ffcf9747a7c
|
||||
SHA512 455eb13616fb33d7b98d1f952031309342a450f783272dc40ec1c3ee150fdfb2663f2666641052215f3429afed59ff975a99ee76908c54b4b5811af0475bdc81
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "libnick",
|
||||
"version": "2024.6.6",
|
||||
"version": "2024.6.8",
|
||||
"maintainers": "Nicholas Logozzo nlogozzo225@gmail.com",
|
||||
"description": "A cross-platform base for native Nickvision applications.",
|
||||
"homepage": "https://github.com/NickvisionApps/libnick",
|
||||
"documentation": "https://github.com/NickvisionApps/libnick/tree/main/docs",
|
||||
"license": "GPL-3.0",
|
||||
"supports": "(windows & x64) | (linux & x64)",
|
||||
"supports": "windows | linux | osx",
|
||||
"dependencies": [
|
||||
"curl",
|
||||
"gettext-libintl",
|
||||
{
|
||||
"name": "glib",
|
||||
"platform": "linux"
|
||||
"platform": "linux | osx"
|
||||
},
|
||||
"jsoncpp",
|
||||
{
|
||||
@ -26,7 +26,7 @@
|
||||
"maddy",
|
||||
{
|
||||
"name": "openssl",
|
||||
"platform": "linux"
|
||||
"platform": "linux | osx"
|
||||
},
|
||||
{
|
||||
"name": "sqlcipher",
|
||||
|
@ -4725,7 +4725,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"libnick": {
|
||||
"baseline": "2024.6.6",
|
||||
"baseline": "2024.6.8",
|
||||
"port-version": 0
|
||||
},
|
||||
"libnoise": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8017f4775566a3b456a5210a4bc71201125f6e75",
|
||||
"version": "2024.6.8",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7f85a93fa7a180a62bd01836030d178d8a308091",
|
||||
"version": "2024.6.6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user