umati/Sample-Server

LibreSSL - include into automatic dependency updates

Opened this issue · 1 comments

LibreSSL - include into automatic dependency updates
ccvca commented

Maybe this can be done by parsing the following page for new releases: https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/

e.g. by using a simple RegEx Parser: <a href="(libressl-[\d\.]*\.tar\.gz)"> which returns all released files as a group:
https://regex101.com/r/pKvRBF/1