aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker/extra.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvchecker/extra.toml')
-rw-r--r--.config/nvchecker/extra.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml
index 8f991eb..d96a5cc 100644
--- a/.config/nvchecker/extra.toml
+++ b/.config/nvchecker/extra.toml
@@ -384,6 +384,10 @@ pypi = "notify2"
source = "pypi"
pypi = "pip"
+[python-sphinx-book-theme]
+source = "pypi"
+pypi = "sphinx-book-theme"
+
[python-resolvelib]
source = "pypi"
pypi = "resolvelib"
@@ -458,6 +462,11 @@ source = "git"
git = "https://github.com/virtualsquare/vde-2"
use_max_tag = true
+[virtiofsd]
+source = "git"
+git = "https://gitlab.com/virtio-fs/virtiofsd"
+use_max_tag = true
+
[vlc]
source = "git"
git = "https://code.videolan.org/videolan/vlc/"