diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-04-10 20:56:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-04-10 20:56:16 +0200 |
commit | c0e3d0e72d9d636728a5171511e3ce1003203567 (patch) | |
tree | c75fbcfe4802c48fd5162792f38475d74d2cad57 /nvfetcher.toml | |
parent | 24207674f36e900fd2aa51787cb70756413962c2 (diff) | |
download | nixos-c0e3d0e72d9d636728a5171511e3ce1003203567.tar nixos-c0e3d0e72d9d636728a5171511e3ce1003203567.tar.gz nixos-c0e3d0e72d9d636728a5171511e3ce1003203567.tar.bz2 nixos-c0e3d0e72d9d636728a5171511e3ce1003203567.tar.xz nixos-c0e3d0e72d9d636728a5171511e3ce1003203567.zip |
bump
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index c109e06a..b1be554f 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -22,17 +22,11 @@ fetch.git = "https://github.com/CogentRedTester/mpv-sub-select" | |||
22 | src.git = "https://github.com/ffevotte/scratch.el" | 22 | src.git = "https://github.com/ffevotte/scratch.el" |
23 | fetch.github = "ffevotte/scratch.el" | 23 | fetch.github = "ffevotte/scratch.el" |
24 | 24 | ||
25 | |||
26 | [afew] | 25 | [afew] |
27 | src.git = "https://github.com/gkleen/afew" | 26 | src.git = "https://github.com/gkleen/afew" |
28 | fetch.github = "gkleen/afew" | 27 | fetch.github = "gkleen/afew" |
29 | git.leaveDotGit = true | 28 | git.leaveDotGit = true |
30 | 29 | ||
31 | [uhk-agent] | ||
32 | src.github = "UltimateHackingKeyboard/agent" | ||
33 | src.prefix = "v" | ||
34 | fetch.url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v$ver/UHK.Agent-$ver-linux-x86_64.AppImage" | ||
35 | |||
36 | [v4l2loopback] | 30 | [v4l2loopback] |
37 | src.git = "https://github.com/umlaeute/v4l2loopback" | 31 | src.git = "https://github.com/umlaeute/v4l2loopback" |
38 | fetch.github = "umlaeute/v4l2loopback" | 32 | fetch.github = "umlaeute/v4l2loopback" |
@@ -53,31 +47,27 @@ fetch.github = "po5/chapterskip" | |||
53 | [lesspipe] | 47 | [lesspipe] |
54 | src.github = "wofr06/lesspipe" | 48 | src.github = "wofr06/lesspipe" |
55 | src.prefix = "v" | 49 | src.prefix = "v" |
56 | fetch.url = "https://github.com/wofr06/lesspipe/archive/refs/tags/v$ver.tar.gz" | 50 | fetch.tarball = "https://github.com/wofr06/lesspipe/archive/refs/tags/v$ver.tar.gz" |
57 | 51 | ||
58 | [postfix-mta-sts-resolver] | 52 | [postfix-mta-sts-resolver] |
59 | src.github = "Snawoot/postfix-mta-sts-resolver" | 53 | src.github = "Snawoot/postfix-mta-sts-resolver" |
60 | src.prefix = "v" | 54 | src.prefix = "v" |
61 | fetch.url = "https://github.com/Snawoot/postfix-mta-sts-resolver/archive/refs/tags/v$ver.tar.gz" | 55 | fetch.tarball = "https://github.com/Snawoot/postfix-mta-sts-resolver/archive/refs/tags/v$ver.tar.gz" |
62 | 56 | ||
63 | [smartprom] | 57 | [smartprom] |
64 | src.github = "matusnovak/prometheus-smartctl" | 58 | src.github = "matusnovak/prometheus-smartctl" |
65 | src.prefix = "v" | 59 | src.prefix = "v" |
66 | fetch.url = "https://github.com/matusnovak/prometheus-smartctl/archive/refs/tags/v$ver.tar.gz" | 60 | fetch.tarball = "https://github.com/matusnovak/prometheus-smartctl/archive/refs/tags/v$ver.tar.gz" |
67 | 61 | ||
68 | [postfwd] | 62 | [postfwd] |
69 | src.github_tag = "postfwd/postfwd" | 63 | src.github_tag = "postfwd/postfwd" |
70 | src.prefix = "v" | 64 | src.prefix = "v" |
71 | fetch.url = "https://github.com/postfwd/postfwd/archive/refs/tags/v$ver.tar.gz" | 65 | fetch.tarball = "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 | 66 | ||
77 | [prometheus-lvm-exporter] | 67 | [prometheus-lvm-exporter] |
78 | src.github = "hansmi/prometheus-lvm-exporter" | 68 | src.github = "hansmi/prometheus-lvm-exporter" |
79 | src.prefix = "v" | 69 | src.prefix = "v" |
80 | fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" | 70 | fetch.tarball = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" |
81 | 71 | ||
82 | [bpf-examples] | 72 | [bpf-examples] |
83 | src.git = "https://github.com/xdp-project/bpf-examples" | 73 | src.git = "https://github.com/xdp-project/bpf-examples" |
@@ -87,3 +77,10 @@ git.fetchSubmodules = true | |||
87 | [mpv-youtube-quality] | 77 | [mpv-youtube-quality] |
88 | src.git = "https://github.com/jgreco/mpv-youtube-quality" | 78 | src.git = "https://github.com/jgreco/mpv-youtube-quality" |
89 | fetch.git = "https://github.com/jgreco/mpv-youtube-quality" | 79 | fetch.git = "https://github.com/jgreco/mpv-youtube-quality" |
80 | |||
81 | [batman-adv] | ||
82 | src.webpage = "https://www.open-mesh.org/projects/open-mesh/wiki/Download" | ||
83 | src.regex = "The latest version of <a[^\\>]*>batman-adv</a> is <a[^\\>]*>batman-adv-([0-9\\.]+).tar.gz</a>" | ||
84 | src.from_pattern = "^.*batman-adv-([0-9\\.]+).tar.gz.*$" | ||
85 | src.to_pattern = "\\1" | ||
86 | fetch.tarball = "https://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-$ver.tar.gz" \ No newline at end of file | ||