PKGBUILDs/core/openssl/.nvchecker.toml

10 lines
262 B
TOML
Raw Normal View History

2024-04-30 17:51:24 +00:00
[openssl]
source = 'git'
2024-09-06 17:43:51 +00:00
git = 'https://github.com/openssl/openssl.git'
2024-04-30 17:51:24 +00:00
prefix = 'openssl-'
include_regex = 'openssl-[0-9]+\.[0-9]+\.[0-9]+'
2024-09-06 17:43:51 +00:00
#source = "regex"
#url = "https://openssl-library.org/source/index.html"
#regex = "openssl-(\\d+\\.\\d+\\.\\d+).tar.gz"