Skip to content

Commit

Permalink
fix: new location for the Swoole/OpenSwoole extension package
Browse files Browse the repository at this point in the history
Moved these from a private server to a GitHub release asset to prevent further bandwidth charges.

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
weierophinney committed Jun 13, 2022
1 parent 0d0dfe6 commit ad4ebc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods-install/install_swoole.sh
Original file line number Diff line number Diff line change
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 ad4ebc3

Please sign in to comment.