mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[libnick] Update to 2024.6.3 (#39214)
This commit is contained in:
parent
e158d10763
commit
70a7ee5559
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO NickvisionApps/libnick
|
||||
REF "${VERSION}"
|
||||
SHA512 d346a3faea76c5ee23d77cb4cf9a47c0aa2709abf6c2c2059095ea2d63e4bd00f4b470405fb1d9d84efe003a7cddebbb18501ca3cced38c18f67b69cd0e8e4de
|
||||
SHA512 233183f2e0a58ed470668258b0aff57676908d209ff97babcadc927fcfa96326381b41555540ac3f7c081d5d63728f865f52aafd2280ea98ad798fd4671aac30
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libnick",
|
||||
"version": "2024.6.2",
|
||||
"version": "2024.6.3",
|
||||
"maintainers": "Nicholas Logozzo nlogozzo225@gmail.com",
|
||||
"description": "A cross-platform base for native Nickvision applications.",
|
||||
"homepage": "https://github.com/NickvisionApps/libnick",
|
||||
@ -8,7 +8,6 @@
|
||||
"license": "GPL-3.0",
|
||||
"supports": "(windows & x64) | (linux & x64)",
|
||||
"dependencies": [
|
||||
"boost-locale",
|
||||
"curl",
|
||||
"gettext-libintl",
|
||||
{
|
||||
@ -25,7 +24,14 @@
|
||||
"platform": "linux"
|
||||
},
|
||||
"maddy",
|
||||
"openssl",
|
||||
{
|
||||
"name": "openssl",
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "sqlcipher",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -4729,7 +4729,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"libnick": {
|
||||
"baseline": "2024.6.2",
|
||||
"baseline": "2024.6.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"libnoise": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "45c3195f25f198aa55ba73abaf140d8fe8020ecc",
|
||||
"version": "2024.6.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "93c5e6ac4ea770dc4a67ead7367d0649c369b1d6",
|
||||
"version": "2024.6.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user