From 8049e255705d65101a9d1ae9a0c0106bfab9968f Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:27:03 -0400 Subject: [PATCH] [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. --- ports/libassert/portfile.cmake | 2 +- ports/libassert/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libassert.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/libassert/portfile.cmake b/ports/libassert/portfile.cmake index 3d744209f6..95756b8de1 100644 --- a/ports/libassert/portfile.cmake +++ b/ports/libassert/portfile.cmake @@ -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 ) diff --git a/ports/libassert/vcpkg.json b/ports/libassert/vcpkg.json index 8f2748578f..ed1ba1ffd4 100644 --- a/ports/libassert/vcpkg.json +++ b/ports/libassert/vcpkg.json @@ -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", diff --git a/versions/baseline.json b/versions/baseline.json index 670c4486c9..ccb23c0d55 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4177,7 +4177,7 @@ "port-version": 0 }, "libassert": { - "baseline": "2.0.1", + "baseline": "2.0.2", "port-version": 0 }, "libassuan": { diff --git a/versions/l-/libassert.json b/versions/l-/libassert.json index 26c6507138..3bba096cb0 100644 --- a/versions/l-/libassert.json +++ b/versions/l-/libassert.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f7ee8d8f26290227bfe908a10c0a5bf6e4376dee", + "version": "2.0.2", + "port-version": 0 + }, { "git-tree": "aea452e5687071021efa2261fad44a533ec86928", "version": "2.0.1",