mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:59:00 +08:00
[sockpp] Update to 1.0.0 (#36964)
Fix #36923 ### Checklist - [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. - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version.~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~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. ### Tests Port usage tests pass with following triplets: ```plain x64-windows-static x86-windows ```
This commit is contained in:
parent
8e60d52dc8
commit
46503ea6fd
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO fpagliughi/sockpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 e675bd9e094108c222128f65f64519d550f5dcc36ec217c57277d2d3bfadd4410d06278cfe2858e24d36fdcc0cced8d87d05c61abb94848d073182c29860b61a
|
||||
SHA512 99191c9551ff345f96af9177d124c6e10f3da8e87021576058b63df82ee64461cb8fc134919fe390617200aebf222e70501e3cee43fc0a294596947669ed4f03
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sockpp",
|
||||
"version": "0.8.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Simple, modern, C++ socket library. This is a fairly low-level C++ wrapper around the Berkeley sockets library using socket, acceptor, and connector classes that are familiar concepts from other languages.",
|
||||
"homepage": "https://github.com/fpagliughi/sockpp",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -8109,7 +8109,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sockpp": {
|
||||
"baseline": "0.8.1",
|
||||
"baseline": "1.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"soem": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7da1c2a88380d0b35003087b810606280ebefee1",
|
||||
"version": "1.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ab2b9cfee212de99341c19d0604cf857c789dc60",
|
||||
"version": "0.8.1",
|
||||
|
Loading…
Reference in New Issue
Block a user