PKGBUILDs/core/openssl-1.1/.nvchecker.toml

7 lines
189 B
TOML
Raw Permalink Normal View History

2024-07-19 10:20:30 +00:00
["openssl-1.1"]
source = 'git'
git = 'git://git.openssl.org/openssl.git'
from_pattern = "OpenSSL_1_1_([0-9]+)([a-z]*)"
to_pattern = "1.1.\\1.\\2"
include_regex = 'OpenSSL_1_1_[0-9]+[a-z]*'