summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2024-10-15 20:07:37 +0530
committertxtsd2024-10-15 20:07:37 +0530
commit30527877ce03bd6d4f903fbea29946cc27e3ac57 (patch)
treec612844b85788408def5dc68e994aac0612bfac3
parentf5bff613c80f77ca54b4bfb16511dc701a66e4b7 (diff)
downloadaur-30527877ce03bd6d4f903fbea29946cc27e3ac57.tar.gz
chore: Setup nvchecker
Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.nvchecker.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..6f481bfd854a
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,6 @@
+[lidarr-bin]
+source = "github"
+github = "Lidarr/Lidarr"
+prefix = "v"
+include_regex = "v(\\d+\\.\\d+\\.\\d+\\.\\d+)"
+use_latest_release = true