mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
fix
This commit is contained in:
parent
cef10a7d5f
commit
b081780ae1
2 changed files with 4 additions and 4 deletions
|
@ -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 = "27.0.0~ynh1"
|
||||
version = "27.0.1~ynh1"
|
||||
|
||||
maintainers = ["kay0u"]
|
||||
|
||||
|
@ -19,7 +19,7 @@ code = "https://github.com/nextcloud/server"
|
|||
cpe = "cpe:2.3:a:nextcloud:nextcloud"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.20"
|
||||
yunohost = ">= 11.1.21"
|
||||
architectures = ["amd64", "arm64"]
|
||||
multi_instance = true
|
||||
ldap = true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Last available Nextcloud version
|
||||
next_version="27.0.0"
|
||||
next_version="27.0.1"
|
||||
|
||||
# Nextcloud tarball checksum sha256
|
||||
nextcloud_source_sha256="3d312a09b9345ac058758dd7b4059bf3cf0b1f0f1d747251b6fac3585ba6533f"
|
||||
nextcloud_source_sha256="3976b5e8f58f934ddbeb7cc49ac33b11ad3adbd7f6d5d0908a0fc36a160c27bd"
|
||||
|
|
Loading…
Add table
Reference in a new issue