diff options
author | txtsd | 2024-10-15 20:07:37 +0530 |
---|---|---|
committer | txtsd | 2024-10-15 20:07:37 +0530 |
commit | 30527877ce03bd6d4f903fbea29946cc27e3ac57 (patch) | |
tree | c612844b85788408def5dc68e994aac0612bfac3 | |
parent | f5bff613c80f77ca54b4bfb16511dc701a66e4b7 (diff) | |
download | aur-30527877ce03bd6d4f903fbea29946cc27e3ac57.tar.gz |
chore: Setup nvchecker
Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r-- | .nvchecker.toml | 6 |
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 |