nextcloud: Fix nextcloud app download links
This commit is contained in:
		
							parent
							
								
									c56de6cf7e
								
							
						
					
					
						commit
						71f7c3c494
					
				
					 1 changed files with 7 additions and 5 deletions
				
			
		|  | @ -1,24 +1,26 @@ | ||||||
| [apporder] | [apporder] | ||||||
| src.github = "juliushaertl/apporder" | src.github = "juliushaertl/apporder" | ||||||
| fetch.url = "https://github.com/juliushaertl/apporder/archive/$ver.tar.gz" | fetch.url = "https://github.com/juliushaertl/apporder/releases/download/$ver/apporder.tar.gz" | ||||||
| 
 | 
 | ||||||
| [bookmarks] | [bookmarks] | ||||||
| src.github = "nextcloud/bookmarks" | src.github = "nextcloud/bookmarks" | ||||||
| fetch.url = "https://github.com/nextcloud/bookmarks/archive/$ver.tar.gz" | src.prefix = "v" | ||||||
|  | fetch.url = "https://github.com/nextcloud/bookmarks/releases/download/v$ver/bookmarks-$ver.tar.gz" | ||||||
| 
 | 
 | ||||||
| [calendar] | [calendar] | ||||||
| src.manual = "v3.5.0" # Pinned until we update to nextcloud 25 | src.manual = "v3.5.0" # Pinned until we update to nextcloud 25 | ||||||
| # src.github = "nextcloud-releases/calendar" | # src.github = "nextcloud-releases/calendar" | ||||||
| fetch.url = "https://github.com/nextcloud-releases/calendar/archive/$ver.tar.gz" | fetch.url = "https://github.com/nextcloud-releases/calendar/releases/download/$ver/calendar-$ver.tar.gz" | ||||||
| 
 | 
 | ||||||
| [contacts] | [contacts] | ||||||
| src.manual = "v4.2.2" # Pinned until we update to nextcloud 25 | src.manual = "v4.2.2" # Pinned until we update to nextcloud 25 | ||||||
| # src.github = "nextcloud-releases/contacts" | # src.github = "nextcloud-releases/contacts" | ||||||
| fetch.url = "https://github.com/nextcloud-releases/contacts/archive/$ver.tar.gz" | fetch.url = "https://github.com/nextcloud-releases/contacts/releases/download/$ver/contacts-$ver.tar.gz" | ||||||
| 
 | 
 | ||||||
| [cookbook] | [cookbook] | ||||||
| src.github = "nextcloud/cookbook" | src.github = "nextcloud/cookbook" | ||||||
| fetch.url = "https://github.com/nextcloud/cookbook/archive/$ver.tar.gz" | src.prefix = "v" | ||||||
|  | fetch.url = "https://github.com/nextcloud/cookbook/releases/download/v$ver/Cookbook-$ver.tar.gz" | ||||||
| 
 | 
 | ||||||
| [news] | [news] | ||||||
| src.github = "nextcloud/news" | src.github = "nextcloud/news" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue