Skip to content

Commit 795a526

Browse files
authored
Merge pull request #94 from weierophinney/fix/swoole-build
Updated location for the Swoole/OpenSwoole extension package
2 parents 0d0dfe6 + ad4ebc3 commit 795a526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods-install/install_swoole.sh

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

33
set -e
44

5-
SWOOLE_PACKAGE_URL=https://uploads.mwop.net/laminas-ci/swoole-4.8.2-openswoole-4.8.0.tgz
5+
SWOOLE_PACKAGE_URL=https://github.com/weierophinney/laminas-ci-swoole-builder/releases/download/0.1.0/swoole-4.8.2-openswoole-4.8.0.tgz
66
SWOOLE_PACKAGE=$(basename "${SWOOLE_PACKAGE_URL}")
77

88
# Download the pre-built extensions

0 commit comments

Comments
 (0)