diff --git a/config/source.json b/config/source.json index e1909f6b..619ba124 100644 --- a/config/source.json +++ b/config/source.json @@ -546,9 +546,15 @@ } }, "openssl": { - "type": "filelist", - "url": "https://www.openssl.org/source/", - "regex": "/href=\"(?openssl-(?[^\"]+)\\.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=\"(?openssl-(?[^\"]+)\\.tar\\.gz)\"/" + }, "provide-pre-built": true, "license": { "type": "file", diff --git a/src/SPC/ConsoleApplication.php b/src/SPC/ConsoleApplication.php index 9630d4e8..ff72019d 100644 --- a/src/SPC/ConsoleApplication.php +++ b/src/SPC/ConsoleApplication.php @@ -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() {