Update OpenSSL source matching patterns to version 3.x

This commit is contained in:
crazywhalecc
2026-04-29 15:40:49 +08:00
parent 55dff48545
commit d080a86f2b

View File

@@ -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]