T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / openssl
Commits: 6b293f25 by T.J. Townsend at 2024-08-29T13:55:54-04:00 use https for nvchecker add (commented out) backup regex source while here - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,5 +1,9 @@ [openssl] source = 'git' -git = 'git://git.openssl.org/openssl.git' +git = 'https://github.com/openssl/openssl.git' prefix = 'openssl-' include_regex = 'openssl-[0-9]+\.[0-9]+\.[0-9]+' + +#source = "regex" +#url = "https://openssl-library.org/source/index.html" +#regex = "openssl-(\\d+\\.\\d+\\.\\d+).tar.gz" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/commit/6b293f2561114c151958df9eacbb0870f8e3db5c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/commit/6b293f2561114c151958df9eacbb0870f8e3db5c You're receiving this email because of your account on gitlab.archlinux.org.
