1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Merge branch 'testing' into add-notify_push-option

This commit is contained in:
eric_G 2024-08-23 17:27:16 +02:00 committed by GitHub
commit dca60e7e35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 12 additions and 12 deletions

View file

@ -23,7 +23,7 @@ In the context of YunoHost, Nextcloud integrates with the SSO / user portal (Yun
The `/.well-known` address will be automatically configured for CalDAV and CardDAV synchronization if no other service such as Baïkal is already using it.
**Shipped version:** 29.0.4~ynh1
**Shipped version:** 29.0.5~ynh1
**Demo:** <https://demo.nextcloud.com/>

View file

@ -23,7 +23,7 @@ In the context of YunoHost, Nextcloud integrates with the SSO / user portal (Yun
The `/.well-known` address will be automatically configured for CalDAV and CardDAV synchronization if no other service such as Baïkal is already using it.
**Versión actual:** 29.0.4~ynh1
**Versión actual:** 29.0.5~ynh1
**Demo:** <https://demo.nextcloud.com/>

View file

@ -23,7 +23,7 @@ In the context of YunoHost, Nextcloud integrates with the SSO / user portal (Yun
The `/.well-known` address will be automatically configured for CalDAV and CardDAV synchronization if no other service such as Baïkal is already using it.
**Paketatutako bertsioa:** 29.0.4~ynh1
**Paketatutako bertsioa:** 29.0.5~ynh1
**Demoa:** <https://demo.nextcloud.com/>

View file

@ -23,7 +23,7 @@ Dans le cadre de YunoHost, Nextcloud s'intègre avec le SSO / portail utilisateu
L'adresse `/.well-known` sera automatiquement configuré pour la synchronisation CalDAV et CardDAV si aucun autre service tel que Baïkal ne l'utilise déjà.
**Version incluse:** 29.0.4~ynh1
**Version incluse:** 29.0.5~ynh1
**Démo:** <https://demo.nextcloud.com/>

View file

@ -23,7 +23,7 @@ In the context of YunoHost, Nextcloud integrates with the SSO / user portal (Yun
The `/.well-known` address will be automatically configured for CalDAV and CardDAV synchronization if no other service such as Baïkal is already using it.
**Versión proporcionada:** 29.0.4~ynh1
**Versión proporcionada:** 29.0.5~ynh1
**Demo:** <https://demo.nextcloud.com/>

View file

@ -23,7 +23,7 @@ In the context of YunoHost, Nextcloud integrates with the SSO / user portal (Yun
The `/.well-known` address will be automatically configured for CalDAV and CardDAV synchronization if no other service such as Baïkal is already using it.
**Versi terkirim:** 29.0.4~ynh1
**Versi terkirim:** 29.0.5~ynh1
**Demo:** <https://demo.nextcloud.com/>

View file

@ -23,7 +23,7 @@ In the context of YunoHost, Nextcloud integrates with the SSO / user portal (Yun
The `/.well-known` address will be automatically configured for CalDAV and CardDAV synchronization if no other service such as Baïkal is already using it.
**Поставляемая версия:** 29.0.4~ynh1
**Поставляемая версия:** 29.0.5~ynh1
**Демо-версия:** <https://demo.nextcloud.com/>

View file

@ -23,7 +23,7 @@ In the context of YunoHost, Nextcloud integrates with the SSO / user portal (Yun
The `/.well-known` address will be automatically configured for CalDAV and CardDAV synchronization if no other service such as Baïkal is already using it.
**分发版本:** 29.0.4~ynh1
**分发版本:** 29.0.5~ynh1
**演示:** <https://demo.nextcloud.com/>

View file

@ -5,7 +5,7 @@ name = "Nextcloud"
description.en = "Online storage, file sharing platform and various other applications"
description.fr = "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications"
version = "29.0.4~ynh1"
version = "29.0.5~ynh1"
maintainers = ["kay0u"]
@ -19,7 +19,7 @@ code = "https://github.com/nextcloud/server"
cpe = "cpe:2.3:a:nextcloud:nextcloud"
[integration]
yunohost = ">= 11.2"
yunohost = ">= 11.2.27"
architectures = ["amd64", "arm64", "armhf"]
multi_instance = true
@ -71,8 +71,8 @@ ram.runtime = "512M"
[resources.sources]
[resources.sources.main]
url = 'https://download.nextcloud.com/server/releases/nextcloud-29.0.4.tar.bz2'
sha256 = '19c469e264b31ee80400f8396460854546569e88db4c15fc0854e192f96027eb'
url = 'https://download.nextcloud.com/server/releases/nextcloud-29.0.5.tar.bz2'
sha256 = 'c7fe9c61e5ec30a5e599e8f152a1825df684d30e899db0caa8868c8d67b53a2c'
[resources.sources.28]
url = 'https://download.nextcloud.com/server/releases/nextcloud-28.0.8.tar.bz2'