Skip to content

Commit

Permalink
Merge pull request #94 from weierophinney/fix/swoole-build
Browse files Browse the repository at this point in the history
Updated location for the Swoole/OpenSwoole extension package
  • Loading branch information
Ocramius committed Jun 13, 2022
2 parents 0d0dfe6 + ad4ebc3 commit 795a526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods-install/install_swoole.sh
Expand Up @@ -2,7 +2,7 @@

set -e

SWOOLE_PACKAGE_URL=https://uploads.mwop.net/laminas-ci/swoole-4.8.2-openswoole-4.8.0.tgz
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
SWOOLE_PACKAGE=$(basename "${SWOOLE_PACKAGE_URL}")

# Download the pre-built extensions
Expand Down

0 comments on commit 795a526

Please sign in to comment.