diff options
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 5e075ae4..54a3292d 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -77,4 +77,9 @@ fetch.github = "etesync/etebase-py" | |||
77 | [prometheus-lvm-exporter] | 77 | [prometheus-lvm-exporter] |
78 | src.github = "hansmi/prometheus-lvm-exporter" | 78 | src.github = "hansmi/prometheus-lvm-exporter" |
79 | src.prefix = "v" | 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 | 80 | fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" |
81 | |||
82 | [bpf-examples] | ||
83 | src.git = "https://github.com/xdp-project/bpf-examples" | ||
84 | fetch.github = "xdp-project/bpf-examples" | ||
85 | git.fetchSubmodules = true \ No newline at end of file | ||