Skip to content

Commit 3e8e8cc

Browse files
shaerpouraminvakil
andauthored
Add healthchecks/healthchecks to nvchecker (#701)
* change - add healthchecks for version update check * change - add use_max_tag for getting latest tag version * change - update prefix suggest Co-authored-by: Amin Vakil <info@aminvakil.com> --------- Co-authored-by: Amin Vakil <info@aminvakil.com>
1 parent 7445dcf commit 3e8e8cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

others.toml

+6
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@ prefix = ""
5151
[iptables-persistent-deb10]
5252
source = "cmd"
5353
cmd = "curl -s http://deb.debian.org/debian/pool/main/i/iptables-persistent/ | grep 'deb10' | tail -1 | sed 's/.*netfilter-persistent_//' | sed 's/_all.*//'"
54+
55+
[healthchecks]
56+
source = "github"
57+
github = "healthchecks/healthchecks"
58+
prefix = "v"
59+
use_max_tag = true

0 commit comments

Comments
 (0)