We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fdb3a3 commit e4d84b6Copy full SHA for e4d84b6
1 file changed
Ansible/roles/nvchecker/files/nvchecker.toml
@@ -2387,6 +2387,11 @@ url = "https://filezilla-project.org/download.php?type=client"
2387
regex = '(\d+\.\d+\.\d+)'
2388
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
2389
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
+
2395
[libfilezilla]
2396
source = "regex"
2397
url = "https://lib.filezilla-project.org/download.php"
0 commit comments