diff options
Diffstat (limited to 'openfortivpn/.nvchecker.toml')
-rw-r--r-- | openfortivpn/.nvchecker.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openfortivpn/.nvchecker.toml b/openfortivpn/.nvchecker.toml new file mode 100644 index 0000000..9ddfcc4 --- /dev/null +++ b/openfortivpn/.nvchecker.toml @@ -0,0 +1,8 @@ +[openfortivpn-git] +source="github-graphql" +github="adrienverge/openfortivpn" +use_max_tag=true +prefix="v" +use_commit_number=true +use_commit_hash=true + |