[stringzilla] update to 3.10.5 (#41662)

This commit is contained in:
Jia Yue Hua 2024-10-22 02:44:43 +08:00 committed by GitHub
parent 7c4513f602
commit 2b43a78934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO ashvardanian/StringZilla REPO ashvardanian/StringZilla
REF "v${VERSION}" REF "v${VERSION}"
SHA512 b42acd6f1a06f8c5519f3093ac155b6caea95ca4a5618bfc24b9028353c78ae47c53f37cd498ce9d652ede323b96d38d044faa45f6c4ef58d71d748c071cbd21 SHA512 a97ed147be78164b01e61ff4aeae8efb8eba23204edf48ed7701786cbc85b8c6d09f1802aa3cf0f65ca140bdccb4e8c3518a56b2b910466fc8d040f2b0293716
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "stringzilla", "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.", "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", "homepage": "https://github.com/ashvardanian/StringZilla",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -8673,7 +8673,7 @@
"port-version": 1 "port-version": 1
}, },
"stringzilla": { "stringzilla": {
"baseline": "3.7.0", "baseline": "3.10.5",
"port-version": 0 "port-version": 0
}, },
"strong-type": { "strong-type": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "19c1fcc087b436864ea6093cd182a5df96dcd408",
"version": "3.10.5",
"port-version": 0
},
{ {
"git-tree": "6acf96d1a37889967709ff6e334922689171f10e", "git-tree": "6acf96d1a37889967709ff6e334922689171f10e",
"version": "3.7.0", "version": "3.7.0",