32 lines
1.1 KiB
TOML
32 lines
1.1 KiB
TOML
[bookmarks]
|
|
# src.github = "nextcloud/bookmarks"
|
|
src.prefix = "v"
|
|
src.manual = "v13.1.3"
|
|
fetch.tarball = "https://github.com/nextcloud/bookmarks/releases/download/v$ver/bookmarks-$ver.tar.gz"
|
|
|
|
[calendar]
|
|
# src.github = "nextcloud-releases/calendar"
|
|
src.manual = "v4.6.7"
|
|
fetch.tarball = "https://github.com/nextcloud-releases/calendar/releases/download/$ver/calendar-$ver.tar.gz"
|
|
|
|
[contacts]
|
|
# src.github = "nextcloud-releases/contacts"
|
|
src.manual = "v5.5.3"
|
|
fetch.tarball = "https://github.com/nextcloud-releases/contacts/releases/download/$ver/contacts-$ver.tar.gz"
|
|
|
|
[cookbook]
|
|
# src.github = "christianlupus-nextcloud/cookbook-releases"
|
|
src.prefix = "v"
|
|
src.manual = "0.10.5"
|
|
fetch.tarball = "https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v$ver/Cookbook-$ver.tar.gz"
|
|
|
|
[news]
|
|
# src.github = "nextcloud/news"
|
|
# Update to 25 when angular rewrite is done/the alpha when I need to switch to nextcloud 28+
|
|
src.manual = "24.0.0"
|
|
fetch.tarball = "https://github.com/nextcloud/news/releases/download/$ver/news.tar.gz"
|
|
|
|
[notes]
|
|
src.github = "nextcloud/notes"
|
|
fetch.tarball = "https://github.com/nextcloud/notes/releases/download/$ver/notes.tar.gz"
|