Skip to content

Commit

Permalink
Update to RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Nov 9, 2024
1 parent 237fc53 commit 7c59e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SPC/store/source/PhpSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function fetch(bool $force = false, ?array $config = null, int $lock_as =
{
$major = defined('SPC_BUILD_PHP_VERSION') ? SPC_BUILD_PHP_VERSION : '8.1';
if ($major === '8.4') {
Downloader::downloadSource('php-src', ['type' => 'url', 'url' => 'https://downloads.php.net/~saki/php-8.4.0RC3.tar.xz'], $force);
Downloader::downloadSource('php-src', ['type' => 'url', 'url' => 'https://downloads.php.net/~calvinb/php-8.4.0RC4.tar.xz'], $force);
} else {
Downloader::downloadSource('php-src', self::getLatestPHPInfo($major), $force);
}
Expand Down

0 comments on commit 7c59e4d

Please sign in to comment.