Skip to content

Commit e4d84b6

Browse files
authored
Add fzssh to nvchecker (#526)
1 parent 4fdb3a3 commit e4d84b6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Ansible/roles/nvchecker/files/nvchecker.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,6 +2387,11 @@ url = "https://filezilla-project.org/download.php?type=client"
23872387
regex = '(\d+\.\d+\.\d+)'
23882388
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
23892389

2390+
[fzssh]
2391+
source = "regex"
2392+
url = "https://fzssh.filezilla-project.org/download.php"
2393+
regex = 'The latest stable version of fzssh is (\d+\.\d+\.\d+)'
2394+
23902395
[libfilezilla]
23912396
source = "regex"
23922397
url = "https://lib.filezilla-project.org/download.php"

0 commit comments

Comments
 (0)