summarylogtreecommitdiffstats
path: root/.nvchecker.toml
blob: 0d5b376283f31f61985729fc8cbcade690875c40 (plain)
1
2
3
4
5
6
7
[wolfssl-jni]
source = "git"
git = "https://github.com/wolfssl/wolfssl.git"
include_regex = "v[\\d.]*-stable"
from_pattern = '^v([\d.]+)-stable$'
to_pattern = '\1'