mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:08:59 +08:00
[stringzilla] update to 3.10.5 (#41662)
This commit is contained in:
parent
7c4513f602
commit
2b43a78934
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ashvardanian/StringZilla
|
||||
REF "v${VERSION}"
|
||||
SHA512 b42acd6f1a06f8c5519f3093ac155b6caea95ca4a5618bfc24b9028353c78ae47c53f37cd498ce9d652ede323b96d38d044faa45f6c4ef58d71d748c071cbd21
|
||||
SHA512 a97ed147be78164b01e61ff4aeae8efb8eba23204edf48ed7701786cbc85b8c6d09f1802aa3cf0f65ca140bdccb4e8c3518a56b2b910466fc8d040f2b0293716
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stringzilla",
|
||||
"version": "3.7.0",
|
||||
"version": "3.10.5",
|
||||
"description": "StringZilla is the GodZilla of string libraries, using SIMD and SWAR to accelerate string operations on modern CPUs.",
|
||||
"homepage": "https://github.com/ashvardanian/StringZilla",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -8673,7 +8673,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"stringzilla": {
|
||||
"baseline": "3.7.0",
|
||||
"baseline": "3.10.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"strong-type": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "19c1fcc087b436864ea6093cd182a5df96dcd408",
|
||||
"version": "3.10.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6acf96d1a37889967709ff6e334922689171f10e",
|
||||
"version": "3.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user