mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:03:03 +08:00
[libassert] Add 2.1.0 (#39093)
- [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. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] 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.
This commit is contained in:
parent
f49e6846b3
commit
e53b4259c5
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO jeremy-rifkin/libassert
|
||||
REF "v${VERSION}"
|
||||
SHA512 04b70ba705cfa6b7ab7957815ba6462ceb2ee07247058d05768e4ddb0e7d05077d9bb9f5266516bbae1d2347027b9ebe0f1fd20f2dcda007c8f4522145aa0f65
|
||||
SHA512 2d4b49811c78f24783fe2cf96fd0ba43712097bbd1982815c1255378add4f101f788128c0e05b2274d420a5fb46d7cfecf57846fef26a3d5088ed7309019dcab
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libassert",
|
||||
"version": "2.0.2",
|
||||
"version": "2.1.0",
|
||||
"description": "The most over-engineered C++ assertion library",
|
||||
"homepage": "https://github.com/jeremy-rifkin/libassert",
|
||||
"license": "MIT",
|
||||
|
@ -4193,7 +4193,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libassert": {
|
||||
"baseline": "2.0.2",
|
||||
"baseline": "2.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"libassuan": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4b3122476326a45c083379026cba551e09b6f779",
|
||||
"version": "2.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f7ee8d8f26290227bfe908a10c0a5bf6e4376dee",
|
||||
"version": "2.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user