summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2024-10-17 11:35:17 +0530
committertxtsd2024-10-17 11:35:17 +0530
commit6110ef88c47d90ddef6d7498b2acb62afe2b739e (patch)
tree287fb61fb6e4cb21cf361fb9109bad98162bedbd
parent5785c09de1cbe5b4e34011f6d9f5cf998d474a5b (diff)
downloadaur-6110ef88c47d90ddef6d7498b2acb62afe2b739e.tar.gz
chore: Setup nvchecker
Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.nvchecker.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..e714b9d1e4ff
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,7 @@
+[whisparr-nightly-bin]
+source = "github"
+github = "Whisparr/Whisparr"
+prefix = "v"
+include_regex = "v(\\d+\\.\\d+\\.\\d+\\.\\d+)"
+include_prereleases = true
+use_latest_release = true