diff options
Diffstat (limited to 'nvfetcher.toml')
| -rw-r--r-- | nvfetcher.toml | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 72c0d99d..23f4c5dd 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
| @@ -105,16 +105,12 @@ src.prefix = "v" | |||
| 105 | fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v$ver.tar.gz" | 105 | fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v$ver.tar.gz" |
| 106 | 106 | ||
| 107 | [yt-dlp] | 107 | [yt-dlp] |
| 108 | src.pypi = "yt_dlp" | 108 | src.github = "yt-dlp/yt-dlp" |
| 109 | fetch.pypi = "yt_dlp" | 109 | fetch.github = "yt-dlp/yt-dlp" |
| 110 | 110 | ||
| 111 | [mako] | 111 | [yt-dlp-ejs] |
| 112 | src.git = "https://github.com/emersion/mako" | 112 | src.github = "yt-dlp/ejs" |
| 113 | fetch.git = "https://github.com/emersion/mako" | 113 | fetch.github = "yt-dlp/ejs" |
| 114 | |||
| 115 | [swayosd] | ||
| 116 | src.git = "https://github.com/ErikReider/SwayOSD" | ||
| 117 | fetch.git = "https://github.com/ErikReider/SwayOSD" | ||
| 118 | 114 | ||
| 119 | [netbootxyz-efi] | 115 | [netbootxyz-efi] |
| 120 | src.github = "netbootxyz/netboot.xyz" | 116 | src.github = "netbootxyz/netboot.xyz" |
| @@ -123,3 +119,15 @@ fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/ne | |||
| 123 | [netbootxyz-lkrn] | 119 | [netbootxyz-lkrn] |
| 124 | src.github = "netbootxyz/netboot.xyz" | 120 | src.github = "netbootxyz/netboot.xyz" |
| 125 | fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/netboot.xyz.lkrn" | 121 | fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/netboot.xyz.lkrn" |
| 122 | |||
| 123 | [quickshell] | ||
| 124 | src.git = "https://git.outfoxxed.me/quickshell/quickshell.git" | ||
| 125 | fetch.git = "https://git.outfoxxed.me/quickshell/quickshell.git" | ||
| 126 | |||
| 127 | [nix-output-monitor] | ||
| 128 | src.git = "https://code.maralorn.de/maralorn/nix-output-monitor.git" | ||
| 129 | fetch.git = "https://code.maralorn.de/maralorn/nix-output-monitor.git" | ||
| 130 | |||
| 131 | [ldif2json] | ||
| 132 | src.git = "https://codeberg.org/joatca/ldif2json.git" | ||
| 133 | fetch.git = "https://codeberg.org/joatca/ldif2json.git" | ||
