mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[str-view] v0.5.4 adds fanalyzer and sanitizer fixes (#42035)
This commit is contained in:
parent
433253d909
commit
c892a5d7ff
4 changed files with 8 additions and 3 deletions
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO agl-alexglopez/str_view
|
||||
REF "v${VERSION}"
|
||||
SHA512 97db5e5729fe3cfff9aa9ed6db5f8494847bd11a964d9c0b946cc57c3cdad400b12ad0a6e00133e952164349616ef0f017d537cbc568cd8ee975add68c3f1ee6
|
||||
SHA512 a92c4f5fcfb199e09461cc3e872787dfb79ef1aff237b4a863e016185f42d5902976235c65c29fa632e199ed9a77e2d56a5187c6242e382182e9b0c13ba85bb7
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "str-view",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.4",
|
||||
"description": "A simple, robust, and convenient library for read-only string handling in C.",
|
||||
"homepage": "https://github.com/agl-alexglopez/str_view",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -8709,7 +8709,7 @@
|
|||
"port-version": 0
|
||||
},
|
||||
"str-view": {
|
||||
"baseline": "0.5.0",
|
||||
"baseline": "0.5.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"strict-variant": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "613902af91423ad63fa43328f7bc181462be0475",
|
||||
"version": "0.5.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a04f1e31117c61efee35b7e445d74af7fee918ab",
|
||||
"version": "0.5.0",
|
||||
|
|
Loading…
Reference in a new issue