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:
type: ghrel
repo: openssl/openssl
match: openssl.+\.tar\.gz
match: openssl-3.+\.tar\.gz
prefer-stable: true
source-mirror:
type: filelist
url: 'https://www.openssl.org/source/'
regex: '/href="(?<file>openssl-(?<version>[^"]+)\.tar\.gz)"/'
regex: '/href="(?<file>openssl-(?<version>3\.[^"]+)\.tar\.gz)"/'
binary: hosted
metadata:
license-files: [LICENSE.txt]