Skip to content

Commit

Permalink
[str-view] Fix str-view sha512 (microsoft#40112)
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez authored Jul 27, 2024
1 parent 4201962 commit cacf599
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/str-view/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO agl-alexglopez/str_view
REF "v${VERSION}"
SHA512 4dde3d91197ad78bbd808cc88058e6e1588c3ec3b6fbce198538b5ea390b1f3cc8429c76169794dec5d0576862e071feadb280128605ac30c2f12d25d66b9f34
SHA512 7271616a9469e68f9d2125cd6ba2e909172329b61d93f00c29139deb73128353a0c4e60340b217ff85379b494eeb6920eb55203085573e14e993340d3c97fba3
HEAD_REF main
)

Expand Down
1 change: 1 addition & 0 deletions ports/str-view/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "str-view",
"version": "0.3.11",
"port-version": 1,
"description": "A simple, robust, and convenient library for read-only string handling in C.",
"homepage": "https://github.com/agl-alexglopez/str_view",
"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 @@ -8578,7 +8578,7 @@
},
"str-view": {
"baseline": "0.3.11",
"port-version": 0
"port-version": 1
},
"strict-variant": {
"baseline": "0.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/str-view.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d2588b697341cfb4bc99b808ba6a4b0c68105356",
"version": "0.3.11",
"port-version": 1
},
{
"git-tree": "a0451e418c42ac6d27391a264603dd9a7d25ef1c",
"version": "0.3.11",
Expand Down

0 comments on commit cacf599

Please sign in to comment.