diff options
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 7cd52c29..5e075ae4 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -68,4 +68,13 @@ fetch.url = "https://github.com/matusnovak/prometheus-smartctl/archive/refs/tags | |||
68 | [postfwd] | 68 | [postfwd] |
69 | src.github_tag = "postfwd/postfwd" | 69 | src.github_tag = "postfwd/postfwd" |
70 | src.prefix = "v" | 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 | 71 | fetch.url = "https://github.com/postfwd/postfwd/archive/refs/tags/v$ver.tar.gz" |
72 | |||
73 | [etebase-py] | ||
74 | src.git = "https://github.com/etesync/etebase-py" | ||
75 | fetch.github = "etesync/etebase-py" | ||
76 | |||
77 | [prometheus-lvm-exporter] | ||
78 | src.github = "hansmi/prometheus-lvm-exporter" | ||
79 | src.prefix = "v" | ||
80 | fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file | ||