tlaternet-server/pkgs/nextcloud-apps.toml

27 lines
960 B
TOML
Raw Normal View History

2022-10-17 11:00:02 +01:00
[bookmarks]
2023-07-28 10:24:15 +01:00
src.github = "nextcloud/bookmarks"
src.prefix = "v"
fetch.tarball = "https://github.com/nextcloud/bookmarks/releases/download/v$ver/bookmarks-$ver.tar.gz"
2022-10-17 11:00:02 +01:00
[calendar]
src.github = "nextcloud-releases/calendar"
fetch.tarball = "https://github.com/nextcloud-releases/calendar/releases/download/$ver/calendar-$ver.tar.gz"
2022-10-17 11:00:02 +01:00
[contacts]
src.github = "nextcloud-releases/contacts"
fetch.tarball = "https://github.com/nextcloud-releases/contacts/releases/download/$ver/contacts-$ver.tar.gz"
2022-10-17 11:00:02 +01:00
[cookbook]
src.github_tag = "nextcloud/cookbook"
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"
2022-10-17 11:00:02 +01:00
[news]
src.github = "nextcloud/news"
fetch.tarball = "https://github.com/nextcloud/news/releases/download/$ver/news.tar.gz"
2022-10-17 11:00:02 +01:00
[notes]
src.github = "nextcloud/notes"
fetch.tarball = "https://github.com/nextcloud/notes/releases/download/$ver/notes.tar.gz"