diff options
-rw-r--r-- | .config/nvchecker/extra.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index 9f9e7dc..15b7354 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -95,6 +95,11 @@ source = "git" git = "https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git" use_max_tag = true +[erofs-utils] +source = "git" +git = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" +use_max_tag = true + [faac] source = "git" git = "https://github.com/knik0/faac" @@ -121,6 +126,12 @@ source = "git" git = "https://git.code.sf.net/p/gnu-efi/code" use_max_tag = true +[gsfonts] +source = "git" +git = "https://github.com/ArtifexSoftware/urw-base35-fonts" +exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)" +use_max_tag = true + [irqbalance] source = "git" git = "https://github.com/irqbalance/irqbalance" @@ -201,6 +212,12 @@ source = "git" git = "https://git.kernel.dk/liburing" use_max_tag = true +[libwebsockets] +source = "git" +git = "https://libwebsockets.org/repo/libwebsockets" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [mpc] source = "git" git = "https://github.com/MusicPlayerDaemon/mpc" |