aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvchecker')
-rw-r--r--.config/nvchecker/extra.toml23
1 files changed, 17 insertions, 6 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml
index d39b901..e645ead 100644
--- a/.config/nvchecker/extra.toml
+++ b/.config/nvchecker/extra.toml
@@ -183,6 +183,11 @@ source = "git"
git = "https://github.com/avnu/libavtp"
use_max_tag = true
+[libcamera]
+source = "git"
+git = "https://git.libcamera.org/libcamera/libcamera.git"
+use_max_tag = true
+
[libgit2]
source = "git"
git = "https://github.com/libgit2/libgit2"
@@ -261,6 +266,18 @@ git = "https://libwebsockets.org/repo/libwebsockets"
use_max_tag = true
exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)"
+[linux-rt]
+source = "git"
+git = "https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt"
+use_max_tag = true
+include_regex = "^v[\\d.]+(-rt[\\d]+)$"
+
+[linux-rt-lts]
+source = "git"
+git = "https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt-lts"
+use_max_tag = true
+include_regex = "^v[\\d.]+(-rt[\\d]+)$"
+
[linux-zen]
source = "git"
git = "https://github.com/zen-kernel/zen-kernel"
@@ -299,11 +316,6 @@ source = "git"
git = "https://github.com/MusicPlayerDaemon/ncmpc"
use_max_tag = true
-[netpbm]
-source = "regex"
-regex = "https://sourceforge.net/projects/netpbm/files/super_stable/([\\d.]+)/"
-url = "https://sourceforge.net/projects/netpbm/files/super_stable/"
-
[numactl]
source = "git"
git = "https://github.com/numactl/numactl"
@@ -482,4 +494,3 @@ source = "regex"
regex = "zita-resampler-([\\d.]+)\\.tar\\.bz2?"
url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html"
-