mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Update OpenSSL source matching patterns to version 3.x
This commit is contained in:
@@ -4,12 +4,12 @@ openssl:
|
|||||||
source:
|
source:
|
||||||
type: ghrel
|
type: ghrel
|
||||||
repo: openssl/openssl
|
repo: openssl/openssl
|
||||||
match: openssl.+\.tar\.gz
|
match: openssl-3.+\.tar\.gz
|
||||||
prefer-stable: true
|
prefer-stable: true
|
||||||
source-mirror:
|
source-mirror:
|
||||||
type: filelist
|
type: filelist
|
||||||
url: 'https://www.openssl.org/source/'
|
url: 'https://www.openssl.org/source/'
|
||||||
regex: '/href="(?<file>openssl-(?<version>[^"]+)\.tar\.gz)"/'
|
regex: '/href="(?<file>openssl-(?<version>3\.[^"]+)\.tar\.gz)"/'
|
||||||
binary: hosted
|
binary: hosted
|
||||||
metadata:
|
metadata:
|
||||||
license-files: [LICENSE.txt]
|
license-files: [LICENSE.txt]
|
||||||
|
|||||||
Reference in New Issue
Block a user