Skip to content
Merged
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 3b6ddeb5d8af5f50603a3f4067293f4a9df88122e66225317d63cc88f0ccd10827eddff5c5e8efaae98710f7009bcf87d180da41111600581f9e60444dd68f86
SHA512 2ff6983543ed8a2b5a102098a590e4c88a6bd05b185155b99a943f1302bc94dd80e26b66caecd33182e437c9126f6800fbf4ed368642e72cb580ad995b829527
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": "5.1.0",
"version": "5.1.1",
"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 @@ -9849,7 +9849,7 @@
"port-version": 1
},
"stringzilla": {
"baseline": "5.1.0",
"baseline": "5.1.1",
"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": "d0950fbb840251089131e30a586b25d396e135dd",
"version": "5.1.1",
"port-version": 0
},
{
"git-tree": "032b9037805faf46e7fed9f2edaa1c1561eeaf85",
"version": "5.1.0",
Expand Down