Skip to content

Commit

Permalink
[stringzilla] Bump to 3.11.2 (microsoft#42877)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai authored Dec 23, 2024
1 parent f7c018d commit 6dd6281
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
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 a97ed147be78164b01e61ff4aeae8efb8eba23204edf48ed7701786cbc85b8c6d09f1802aa3cf0f65ca140bdccb4e8c3518a56b2b910466fc8d040f2b0293716
SHA512 7f1f3c0df25232cc688bdbed966a4ef6a6050dcf43d1b38b11723051c728e0244e889a8eefc8bdf5dca144c847c924a35fe4512c02f219d9d5430eed46d3f684
HEAD_REF master
)

Expand Down
5 changes: 2 additions & 3 deletions ports/stringzilla/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
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.10.5",
"baseline": "3.11.2",
"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": "80deb7c3d14c69c599962518556c3932f636183e",
"version": "3.11.2",
"port-version": 0
},
{
"git-tree": "19c1fcc087b436864ea6093cd182a5df96dcd408",
"version": "3.10.5",
Expand Down

0 comments on commit 6dd6281

Please sign in to comment.