From 50827b58634c66966bf61b50204eff474003686d Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 20 Jun 2021 21:07:34 +0200 Subject: nvchecker: extra update .config/nvchecker/extra.toml: Add erofs-utils, gsfonts, libwebsockets. --- .config/nvchecker/extra.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to '.config/nvchecker') 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" -- cgit v1.2.3-54-g00ecf