Skip to content

Commit

Permalink
[oniguruma] update to 6.9.10 (#43662)
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Feb 7, 2025
1 parent 2db3e48 commit f0376cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/oniguruma/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kkos/oniguruma
REF "v${VERSION}"
SHA512 7c89247d8504c635687dc61b39b39b5afefa4851b24409a8eab31273f1cbc88f3db89095ae4b135bd034147d2616c2e18fc74887300b89532eedeab75677f437
SHA512 60975b876662dec8701cca5d8d4027c0a36b8effe7dd32679395ed473e26b3d6b72d7f6eb63bd4dc96c3774b594e56808ce14f993f127a5d04363232586160e4
HEAD_REF master
PATCHES
fix-uwp.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/oniguruma/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oniguruma",
"version": "6.9.9",
"version": "6.9.10",
"description": "Modern and flexible regular expressions library",
"homepage": "https://github.com/kkos/oniguruma",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6609,7 +6609,7 @@
"port-version": 1
},
"oniguruma": {
"baseline": "6.9.9",
"baseline": "6.9.10",
"port-version": 0
},
"onnx": {
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/oniguruma.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4bd64bcc51e3af20c2b35b10582e1b13b40ceb20",
"version": "6.9.10",
"port-version": 0
},
{
"git-tree": "40c77d00a3c02948a2c252bcb75fed36bcd1a0c5",
"version": "6.9.9",
Expand Down

0 comments on commit f0376cb

Please sign in to comment.