diff --git a/port/portfile.cmake b/port/portfile.cmake index 8f07252..4c8ed77 100644 --- a/port/portfile.cmake +++ b/port/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO parthux1/ntfy-lib - REF d8ed551 - SHA512 82d284752bc07dcbd81181b7e8acffa34b86b687f5a8504602a72d93f26c2ec080b689854c665a0f5acc27b216988ad68122de36eb295d7f495d9ffc30a69ede + REF v1.0.0 + SHA512 0 HEAD_REF master ) diff --git a/port/vcpkg.json b/port/vcpkg.json index d19e1b9..b814486 100644 --- a/port/vcpkg.json +++ b/port/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ntfy-lib", - "version-string": "0.1.1", + "version-string": "1.0.0", "builtin-baseline": "6f98981f736c6482a3d80db6ba35c6ff64482cfb", "dependencies": [ { diff --git a/vcpkg.json b/vcpkg.json index 12c6aa5..e17deb4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,22 +1,28 @@ { - "name" : "ntfy-lib", - "version-string" : "0.1.1", - "builtin-baseline" : "6f98981f736c6482a3d80db6ba35c6ff64482cfb", - "dependencies" : [ { - "name" : "spdlog", - "version>=" : "1.14.1" - }, { - "name" : "nlohmann-json", - "version>=" : "3.11.3" - }, { - "name" : "yaml-cpp", - "version>=" : "0.8.0#1" - }, { - "name" : "cpr", - "version>=" : "1.10.5#2" - }, { - "name" : "gtest", - "version>=" : "1.14.0#1", - "host" : true - } ] + "name": "ntfy-lib", + "version-string": "1.0.0", + "builtin-baseline": "6f98981f736c6482a3d80db6ba35c6ff64482cfb", + "dependencies": [ + { + "name": "spdlog", + "version>=": "1.14.1" + }, + { + "name": "nlohmann-json", + "version>=": "3.11.3" + }, + { + "name": "yaml-cpp", + "version>=": "0.8.0#1" + }, + { + "name": "cpr", + "version>=": "1.10.5#2" + }, + { + "name": "gtest", + "version>=": "1.14.0#1", + "host": true + } + ] } \ No newline at end of file