Skip to content

Commit 4c5d1f6

Browse files
committed
Update Oniguruma to 6.9.5
1 parent 643062a commit 4c5d1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-onig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
mkdir onig
1010
pushd onig
11-
wget -O - https://github.com/kkos/oniguruma/releases/download/v6.9.1/onig-6.9.1.tar.gz \
11+
wget -O - https://github.com/kkos/oniguruma/releases/download/v6.9.5/onig-6.9.5.tar.gz \
1212
| tar -xz --strip-components=1
1313
./configure
1414
make

0 commit comments

Comments
 (0)