Skip to content

Commit

Permalink
[strong-type] Update to 15 (#41849)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poldraunic authored Oct 31, 2024
1 parent 8e3f6ee commit 80dfbfe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/strong-type/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
REPO "rollbear/strong_type"
REF "v${VERSION}"
SHA512 "8accb839e52e87d871ef5321e73e93744c174ef01417c5fc2ef2ef692639db5b2cd2286a11aaa3b320d8e485823bd05980267711fa942d60ca496e1ec0a7dc39"
SHA512 "67F6F0AC34703206A5F45B492CB52ACAF87189D137B3CA5F9A0BB3708FE91FF4FBA61B6BFD9CDC8D2494D112F7964C8BE366F2ECECEF3B8B5B7CC1F318EFAFDD"
)

vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/strong-type/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strong-type",
"version": "14",
"version": "15",
"description": "An additive strong typedef library for C++14/17/20",
"homepage": "https://github.com/rollbear/strong_type",
"license": "BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8701,7 +8701,7 @@
"port-version": 0
},
"strong-type": {
"baseline": "14",
"baseline": "15",
"port-version": 0
},
"stronk": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/strong-type.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6d553ac18780e1a9f323762bedbca29f95f9a23c",
"version": "15",
"port-version": 0
},
{
"git-tree": "85f393f413a163ffc40bcecb73e423255339591f",
"version": "14",
Expand Down

0 comments on commit 80dfbfe

Please sign in to comment.