Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stringzilla] Bump to 3.11.3 #42962

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/stringzilla/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 ashvardanian/StringZilla
REF "v${VERSION}"
SHA512 7f1f3c0df25232cc688bdbed966a4ef6a6050dcf43d1b38b11723051c728e0244e889a8eefc8bdf5dca144c847c924a35fe4512c02f219d9d5430eed46d3f684
SHA512 bb5dd5301a952e2ca9d64089f1380a9828942159a41c2997f70724768144b6f7a4fb4d5a304f5c3d4b2cf8584c279d6641a6854924cc12d06a844cdbe42c7ab8
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/stringzilla/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stringzilla",
"version": "3.11.2",
"version": "3.11.3",
"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"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8769,7 +8769,7 @@
"port-version": 1
},
"stringzilla": {
"baseline": "3.11.2",
"baseline": "3.11.3",
"port-version": 0
},
"strong-type": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/stringzilla.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1058dafd0cae592c5ced52f35fc9bbef045b7f9d",
"version": "3.11.3",
"port-version": 0
},
{
"git-tree": "80deb7c3d14c69c599962518556c3932f636183e",
"version": "3.11.2",
Expand Down