File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ __DIR__=$(cd "$(dirname "$0")" && pwd)
2525__PROJECT__=$( cd " ${__DIR__} " /../ && pwd)
2626
2727# set download dir
28- __PHP_RUNTIME_URL__=" https://dl.static-php.dev/static-php-cli/bulk/php-8.4.4 -cli-${__OS_FIXED__} -${__ARCH__} .tar.gz"
28+ __PHP_RUNTIME_URL__=" https://dl.static-php.dev/static-php-cli/bulk/php-8.4.12 -cli-${__OS_FIXED__} -${__ARCH__} .tar.gz"
2929__COMPOSER_URL__=" https://getcomposer.org/download/latest-stable/composer.phar"
3030
3131# use china mirror
4545
4646case " $mirror " in
4747china)
48- __PHP_RUNTIME_URL__=" https://dl.static-php.dev/static-php-cli/bulk/php-8.4.4 -cli-${__OS_FIXED__} -${__ARCH__} .tar.gz"
48+ __PHP_RUNTIME_URL__=" https://dl.static-php.dev/static-php-cli/bulk/php-8.4.12 -cli-${__OS_FIXED__} -${__ARCH__} .tar.gz"
4949 __COMPOSER_URL__=" https://mirrors.tencent.com/composer/composer.phar"
5050 ;;
5151
You can’t perform that action at this time.
0 commit comments