Skip to content

Commit

Permalink
更新 下载所有依赖包的hash 值 和 升级默认下载的swoole-cli 版本 (#821)
Browse files Browse the repository at this point in the history
* 更新 下载 所有依赖包 hash 值

* update to latest swoole

* update to latest swoole version
  • Loading branch information
jingjingxyk authored Nov 29, 2024
1 parent 844e0e6 commit bcdaa52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sapi/download-box/download-box-get-archive-from-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ test -d ${__PROJECT__}/var/download-box/ || mkdir -p ${__PROJECT__}/var/download

cd ${__PROJECT__}/var/download-box/

ALL_DEPS_HASH="ed854e2116ff663404250152af16d850ed69253079c65ee790538c51a09166dd"
ALL_DEPS_HASH="bdd159b93fd8217e89d206aeb22bf7a8295553db0aff332f049b9025feb31766"

DOMAIN='https://github.com/swoole/swoole-cli/releases/download/v5.1.5.1/'

DOMAIN='https://github.com/swoole/swoole-cli/releases/download/v5.1.4.0/'
while [ $# -gt 0 ]; do
case "$1" in
--mirror)
Expand Down
1 change: 1 addition & 0 deletions setup-swoole-cli-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ opcache.jit_buffer_size=128M
; jit 更多配置参考 https://mp.weixin.qq.com/s/Tm-6XVGQSlz0vDENLB3ylA
expose_php=Off
apc.enable_cli=1
EOF

Expand Down

0 comments on commit bcdaa52

Please sign in to comment.