Change openssl link

This commit is contained in:
crazywhalecc 2024-07-26 15:46:11 +08:00 committed by Jerry Ma
parent ca6d5da10f
commit 874010f225
2 changed files with 10 additions and 4 deletions

View File

@ -546,9 +546,15 @@
}
},
"openssl": {
"type": "filelist",
"url": "https://www.openssl.org/source/",
"regex": "/href=\"(?<file>openssl-(?<version>[^\"]+)\\.tar\\.gz)\"/",
"type": "ghrel",
"repo": "openssl/openssl",
"match": "openssl.+\\.tar\\.gz",
"prefer-stable": true,
"alt": {
"type": "filelist",
"url": "https://www.openssl.org/source/",
"regex": "/href=\"(?<file>openssl-(?<version>[^\"]+)\\.tar\\.gz)\"/"
},
"provide-pre-built": true,
"license": {
"type": "file",

View File

@ -28,7 +28,7 @@ use Symfony\Component\Console\Application;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.3.1';
public const VERSION = '2.3.2';
public function __construct()
{