mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[libassert] Update to v2.0.2 (#38475)
- [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
9f22b3df4c
commit
8049e25570
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO jeremy-rifkin/libassert
|
||||
REF "v${VERSION}"
|
||||
SHA512 555776f8d23aff3beeeb5989cb04a0dfe759d53b10a0bf5542e52013d27b85e7d8feb3e2a765a12fd194453f36a20209eeaa1bdf73d184fff56c52c3e1aeea15
|
||||
SHA512 04b70ba705cfa6b7ab7957815ba6462ceb2ee07247058d05768e4ddb0e7d05077d9bb9f5266516bbae1d2347027b9ebe0f1fd20f2dcda007c8f4522145aa0f65
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libassert",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "The most over-engineered C++ assertion library",
|
||||
"homepage": "https://github.com/jeremy-rifkin/libassert",
|
||||
"license": "MIT",
|
||||
|
@ -4177,7 +4177,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libassert": {
|
||||
"baseline": "2.0.1",
|
||||
"baseline": "2.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"libassuan": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f7ee8d8f26290227bfe908a10c0a5bf6e4376dee",
|
||||
"version": "2.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "aea452e5687071021efa2261fad44a533ec86928",
|
||||
"version": "2.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user