Skip to content

Commit

Permalink
[libassert] Update to 2.1.2 (microsoft#41784)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poldraunic authored Oct 26, 2024
1 parent a39a21b commit 7449f0b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/libassert/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jeremy-rifkin/libassert
REF "v${VERSION}"
SHA512 6044d85f495df6b1a5e3ddac05aac7542112e7131bf5108c2a19cf391fa42d0639cfa57c3e6ba99d8758f3ca68cb9fe7cf5e8052559db2cc7cceb327bf12b983
SHA512 848D961CA884734FDB9C9440098E40EC9A4A7586C7A3D223D94A57513D904FB582B032A9F179A0D7C7D8AF76CF178CA215233642F651CF51A27200200DD7052A
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/libassert/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libassert",
"version": "2.1.1",
"version": "2.1.2",
"description": "The most over-engineered C++ assertion library",
"homepage": "https://github.com/jeremy-rifkin/libassert",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4289,7 +4289,7 @@
"port-version": 0
},
"libassert": {
"baseline": "2.1.1",
"baseline": "2.1.2",
"port-version": 0
},
"libassuan": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libassert.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2855ae9be09c3d630a3f83d3f825b76c78e5478f",
"version": "2.1.2",
"port-version": 0
},
{
"git-tree": "e9c861c266c7d3f9aaa55db711cc1af2edd70a13",
"version": "2.1.1",
Expand Down

0 comments on commit 7449f0b

Please sign in to comment.