nextcloud: Update apps

This commit is contained in:
Tristan Daniël Maat 2024-03-11 04:50:40 +01:00
parent 1b66bf4910
commit c44c9fd8e8
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 38 additions and 39 deletions

View file

@ -12,10 +12,9 @@ src.github = "nextcloud-releases/contacts"
fetch.tarball = "https://github.com/nextcloud-releases/contacts/releases/download/$ver/contacts-$ver.tar.gz"
[cookbook]
src.github_tag = "nextcloud/cookbook"
src.github = "christianlupus-nextcloud/cookbook-releases"
src.prefix = "v"
src.exclude_regex = 'v\d+\.\d+\.\d+-rc\d+'
fetch.tarball = "https://github.com/nextcloud/cookbook/releases/download/v$ver/Cookbook-$ver.tar.gz"
fetch.tarball = "https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v$ver/Cookbook-$ver.tar.gz"
[news]
src.github = "nextcloud/news"