[bext-wintls] Update to 1.0.0 (#48544)

This commit is contained in:
SunBlack
2025-11-29 07:35:42 +01:00
committed by GitHub
parent 2919837596
commit fa1c04ec4c
4 changed files with 10 additions and 4 deletions

View File

@@ -2,10 +2,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO laudrup/boost-wintls
REF "v${VERSION}"
SHA512 b63f2634b194b9663376786ec788fd7ae1aa8281ab01899071c985311b694cc9655abb893e1b46dea7b1e7fca767fd236795b25ce1520af1b236a08589df5ae0
SHA512 740f25c4ffb657cf96aa45346b7acb4e0d63025f443977cc1c6eacb08defe0519776d1a2e20df00e72d9346f3d03d5d3e53e2f93371c290e6041979670a6ca66
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/include/boost/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/boost/")
file(COPY "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@@ -1,8 +1,9 @@
{
"name": "bext-wintls",
"version": "0.9.8",
"version": "1.0.0",
"description": "Native Windows TLS stream wrapper for use with boost::asio",
"homepage": "https://github.com/laudrup/boost-wintls",
"license": "BSL-1.0",
"supports": "windows | mingw",
"dependencies": [
"boost-asio"

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "72a4dd05eaf07715e75ec99ffbd3dbe819d04ab6",
"version": "1.0.0",
"port-version": 0
},
{
"git-tree": "2aa860a3c3e75931400129bfea8e70d665410607",
"version": "0.9.8",

View File

@@ -697,7 +697,7 @@
"port-version": 0
},
"bext-wintls": {
"baseline": "0.9.8",
"baseline": "1.0.0",
"port-version": 0
},
"bfgroup-lyra": {