mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[stringzilla] Bump to 3.11.2 (#42877)
This commit is contained in:
parent
f7c018d67f
commit
6dd6281298
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ashvardanian/StringZilla
|
||||
REF "v${VERSION}"
|
||||
SHA512 a97ed147be78164b01e61ff4aeae8efb8eba23204edf48ed7701786cbc85b8c6d09f1802aa3cf0f65ca140bdccb4e8c3518a56b2b910466fc8d040f2b0293716
|
||||
SHA512 7f1f3c0df25232cc688bdbed966a4ef6a6050dcf43d1b38b11723051c728e0244e889a8eefc8bdf5dca144c847c924a35fe4512c02f219d9d5430eed46d3f684
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"name": "stringzilla",
|
||||
"version": "3.10.5",
|
||||
"version": "3.11.2",
|
||||
"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",
|
||||
"supports": "!x86"
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
|
@ -8769,7 +8769,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"stringzilla": {
|
||||
"baseline": "3.10.5",
|
||||
"baseline": "3.11.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"strong-type": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "80deb7c3d14c69c599962518556c3932f636183e",
|
||||
"version": "3.11.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "19c1fcc087b436864ea6093cd182a5df96dcd408",
|
||||
"version": "3.10.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user