summaryrefslogtreecommitdiff
path: root/nvfetcher.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r--nvfetcher.toml12
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]
59src.github = "Snawoot/postfix-mta-sts-resolver" 59src.github = "Snawoot/postfix-mta-sts-resolver"
60src.prefix = "v" 60src.prefix = "v"
61fetch.url = "https://github.com/Snawoot/postfix-mta-sts-resolver/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file 61fetch.url = "https://github.com/Snawoot/postfix-mta-sts-resolver/archive/refs/tags/v$ver.tar.gz"
62
63[smartprom]
64src.github = "matusnovak/prometheus-smartctl"
65src.prefix = "v"
66fetch.url = "https://github.com/matusnovak/prometheus-smartctl/archive/refs/tags/v$ver.tar.gz"
67
68[postfwd]
69src.github_tag = "postfwd/postfwd"
70src.prefix = "v"
71fetch.url = "https://github.com/postfwd/postfwd/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file