author | Jelle van der Waa
<jelle@archlinux.org> 2024-07-12 10:23:43 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-07-12 10:23:43 UTC |
parent | 415aa347194978683600820b90cb06d4a46e4880 |
.nvchecker.toml | +5 | -0 |
diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 0000000..65929ed --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,5 @@ +[uboot-tools] +source = "regex" +url = "https://ftp.denx.de/pub/u-boot/" +regex = ">u-boot-(.*)\\.tar\\.bz2" +exclude_regex = ".*(rc|beta).*"