diff options
author | txtsd | 2024-10-17 10:04:38 +0530 |
---|---|---|
committer | txtsd | 2024-10-17 10:04:38 +0530 |
commit | 17d32dde07a72ba9f7c411a451349497dca78bda (patch) | |
tree | 7203101bf7ab21a1207e6451b4ee5d70a7dd78ea | |
parent | 53bba4327143fe304b97ab2d6b00cbe8b771438d (diff) | |
download | aur-17d32dde07a72ba9f7c411a451349497dca78bda.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..7c7d1ec93266 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,6 @@ +[lidarr-develop] +source = "github" +github = "Lidarr/Lidarr" +prefix = "v" +include_regex = "v(\\d+\\.\\d+\\.\\d+\\.\\d+)" +use_latest_release = true |