nextcloud: Update the service and apps for 22.11
This commit is contained in:
parent
411e075ef1
commit
b798efb2c0
6 changed files with 70 additions and 97 deletions
|
@ -1,35 +1,26 @@
|
|||
[apporder]
|
||||
src.github = "juliushaertl/apporder"
|
||||
fetch.url = "https://github.com/juliushaertl/apporder/releases/download/$ver/apporder.tar.gz"
|
||||
|
||||
[bookmarks]
|
||||
src.github = "nextcloud/bookmarks"
|
||||
src.prefix = "v"
|
||||
fetch.url = "https://github.com/nextcloud/bookmarks/releases/download/v$ver/bookmarks-$ver.tar.gz"
|
||||
fetch.tarball = "https://github.com/nextcloud/bookmarks/releases/download/v$ver/bookmarks-$ver.tar.gz"
|
||||
|
||||
[calendar]
|
||||
src.manual = "v3.5.0" # Pinned until we update to nextcloud 25
|
||||
# src.github = "nextcloud-releases/calendar"
|
||||
fetch.url = "https://github.com/nextcloud-releases/calendar/releases/download/$ver/calendar-$ver.tar.gz"
|
||||
src.github = "nextcloud-releases/calendar"
|
||||
fetch.tarball = "https://github.com/nextcloud-releases/calendar/releases/download/$ver/calendar-$ver.tar.gz"
|
||||
|
||||
[contacts]
|
||||
src.manual = "v4.2.2" # Pinned until we update to nextcloud 25
|
||||
# src.github = "nextcloud-releases/contacts"
|
||||
fetch.url = "https://github.com/nextcloud-releases/contacts/releases/download/$ver/contacts-$ver.tar.gz"
|
||||
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.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"
|
||||
fetch.tarball = "https://github.com/nextcloud/cookbook/releases/download/v$ver/Cookbook-$ver.tar.gz"
|
||||
|
||||
[news]
|
||||
src.github = "nextcloud/news"
|
||||
# Sadly, the news app vendors things, and those are only included in
|
||||
# their tarball.
|
||||
fetch.url = "https://github.com/nextcloud/news/releases/download/$ver/news.tar.gz"
|
||||
fetch.tarball = "https://github.com/nextcloud/news/releases/download/$ver/news.tar.gz"
|
||||
|
||||
[notes]
|
||||
src.manual = "v4.5.1" # Pinned until we update to nextcloud 25
|
||||
# src.github = "nextcloud/notes"
|
||||
fetch.url = "https://github.com/nextcloud/notes/releases/download/$ver/notes.tar.gz"
|
||||
src.github = "nextcloud/notes"
|
||||
fetch.tarball = "https://github.com/nextcloud/notes/releases/download/$ver/notes.tar.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue