umati / Sample-Server

Sample-Server implementation based on open62541, showcases umati endorsed OPC UA companion specifications. Provides a :whale2: :package: to run locally for development purpose.
https://umati.org
Mozilla Public License 2.0
53 stars 16 forks source link

LibreSSL - include into automatic dependency updates #467

Open GoetzGoerisch opened 3 years ago

ccvca commented 3 years ago

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