diff options
Diffstat (limited to 'nvfetcher.toml')
| -rw-r--r-- | nvfetcher.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 499a4e81..23f4c5dd 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
| @@ -105,8 +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 | |||
| 111 | [yt-dlp-ejs] | ||
| 112 | src.github = "yt-dlp/ejs" | ||
| 113 | fetch.github = "yt-dlp/ejs" | ||
| 110 | 114 | ||
| 111 | [netbootxyz-efi] | 115 | [netbootxyz-efi] |
| 112 | src.github = "netbootxyz/netboot.xyz" | 116 | src.github = "netbootxyz/netboot.xyz" |
