nvfetcher: Don't allow fetching rc versions of nextcloud cookbook

pull/75/head
Tristan Daniël Maat 2022-11-05 17:31:24 +00:00
parent 598c439002
commit 85a989d3c8
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 2 additions and 1 deletions

View File

@ -18,8 +18,9 @@ src.manual = "v4.2.2" # Pinned until we update to nextcloud 25
fetch.url = "https://github.com/nextcloud-releases/contacts/releases/download/$ver/contacts-$ver.tar.gz"
[cookbook]
src.github = "nextcloud/cookbook"
src.github_tag = "nextcloud/cookbook"
src.prefix = "v"
src.exclude_regex = 'v\d+\.\d+\.\d+-rc\d+'
fetch.url = "https://github.com/nextcloud/cookbook/releases/download/v$ver/Cookbook-$ver.tar.gz"
[news]