Skip to content

Commit 9b2a97c

Browse files
committed
update swoole version to v5.1.5
1 parent 5228877 commit 9b2a97c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sapi/scripts/cygwin/cygwin-config-ext.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd ${__PROJECT__}
1414
ROOT=${__PROJECT__}
1515

1616
PHP_VERSION='8.2.25'
17-
SWOOLE_VERSION='v5.1.4'
17+
SWOOLE_VERSION='v5.1.5'
1818

1919
while [ $# -gt 0 ]; do
2020
case "$1" in

sapi/src/builder/extension/swoole.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
return function (Preprocessor $p) {
77

8-
$swoole_tag = 'v5.1.4';
8+
$swoole_tag = 'v5.1.5';
99
$file = "swoole-{$swoole_tag}.tar.gz";
1010

1111
$url = "https://github.com/swoole/swoole-src/archive/refs/tags/{$swoole_tag}.tar.gz";

0 commit comments

Comments
 (0)