diff options
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index b05862a7..cb460076 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -58,4 +58,14 @@ fetch.url = "https://github.com/wofr06/lesspipe/archive/refs/tags/v$ver.tar.gz" | |||
58 | [postfix-mta-sts-resolver] | 58 | [postfix-mta-sts-resolver] |
59 | src.github = "Snawoot/postfix-mta-sts-resolver" | 59 | src.github = "Snawoot/postfix-mta-sts-resolver" |
60 | src.prefix = "v" | 60 | src.prefix = "v" |
61 | fetch.url = "https://github.com/Snawoot/postfix-mta-sts-resolver/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file | 61 | fetch.url = "https://github.com/Snawoot/postfix-mta-sts-resolver/archive/refs/tags/v$ver.tar.gz" |
62 | |||
63 | [smartprom] | ||
64 | src.github = "matusnovak/prometheus-smartctl" | ||
65 | src.prefix = "v" | ||
66 | fetch.url = "https://github.com/matusnovak/prometheus-smartctl/archive/refs/tags/v$ver.tar.gz" | ||
67 | |||
68 | [postfwd] | ||
69 | src.github_tag = "postfwd/postfwd" | ||
70 | src.prefix = "v" | ||
71 | fetch.url = "https://github.com/postfwd/postfwd/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file | ||