aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-06-20 21:07:34 +0200
committerDavid Runge <dave@sleepmap.de>2021-06-20 21:07:34 +0200
commit50827b58634c66966bf61b50204eff474003686d (patch)
tree618b0152b4a960b41eb52278fe67e6f8dd7c739b /.config/nvchecker
parentd497be687694afe7f78fefeb3823417fc686742b (diff)
downloaddotfiles-50827b58634c66966bf61b50204eff474003686d.tar.gz
dotfiles-50827b58634c66966bf61b50204eff474003686d.tar.bz2
dotfiles-50827b58634c66966bf61b50204eff474003686d.tar.xz
dotfiles-50827b58634c66966bf61b50204eff474003686d.zip
nvchecker: extra update
.config/nvchecker/extra.toml: Add erofs-utils, gsfonts, libwebsockets.
Diffstat (limited to '.config/nvchecker')
-rw-r--r--.config/nvchecker/extra.toml17
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"