[lockpp] Update to 3.0 (#40493)

This commit is contained in:
mutptr 2024-08-21 15:25:32 +09:00 committed by GitHub
parent 624007c5e6
commit 89f0d7dcb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Soundux/lockpp
REF "v${VERSION}"
SHA512 540caaec65fc89d1e683af9b7366997b4cd5338ebba9de3ea2003b74dc4b8249a5b1cc223892afddb0e165146c3b36ded26bd88f5fe2c77d125981de8a774baf
SHA512 ce2572ff53096a53cda722e47bbd23e4c3a8b3856de9dfe775b7468cd5f7fcbc86412457af091b8977dd0b41d161c103b679c7a98016f6e9d3ab70aaa360648f
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "lockpp",
"version": "2.6",
"version": "3.0",
"description": "A C++17 Library that provides mutex protected objects",
"homepage": "https://github.com/Soundux/lockpp",
"license": "MIT",

View File

@ -5473,7 +5473,7 @@
"port-version": 0
},
"lockpp": {
"baseline": "2.6",
"baseline": "3.0",
"port-version": 0
},
"lodepng": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "66aa63ec313f43f472bf4be16879e3aba7a6820b",
"version": "3.0",
"port-version": 0
},
{
"git-tree": "fe1a86b6361bc55051cd31928d876ba7f0f6a8ab",
"version": "2.6",