Browse Source
Merge pull request #363 from YunoHost-Apps/20.0.5
Upgrade to version 20.0.5
pull/366/head
Kayou
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
6 additions and
6 deletions
README.md
README_fr.md
manifest.json
scripts/upgrade.d/upgrade.last.sh
@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
[Nextcloud ](https://nextcloud.com ) gives you freedom and control over your own data. A personal cloud which runs on your own server. With Nextcloud you can synchronize your files over your devices.
**Shipped version:** 20.0.4
**Shipped version:** 20.0.5
## Screenshots
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
[Nextcloud ](https://nextcloud.com ) vous donne la liberté et le contrôle sur vos données. Un nuage personnel qui tourne sur votre serveur.
Avec NextCloud vous pouvez synchroniser vos fichiers sur vos appareils.
**Version incluse :** 20.0.4
**Version incluse :** 20.0.5
## Captures d'écran
@ -6,7 +6,7 @@
"en" : "Online storage, file sharing platform and various other applications" ,
"fr" : "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications"
} ,
"version" : "20.0.4 ~ynh1" ,
"version" : "20.0.5 ~ynh1" ,
"url" : "https://nextcloud.com" ,
"license" : "AGPL-3.0" ,
"maintainer" : {
@ -19,7 +19,7 @@
"multi_instance" : true ,
"services" : [
"nginx" ,
"php7.0 -fpm" ,
"php7.3 -fpm" ,
"mysql"
] ,
"arguments" : {
@ -1,7 +1,7 @@
#!/bin/bash
# Last available Nextcloud version
next_version = "20.0.4 "
next_version = "20.0.5 "
# Nextcloud tarball checksum sha256
nextcloud_source_sha256 = "269f1622e326f5d11e387d3861aad4e2b0e79334ae97eed5a7b3352ba7661420 "
nextcloud_source_sha256 = "5c70dd33024012a1651fd099133d052d129a4dadc6935f44bb9c3e2b360befe3 "