Browse Source

21.0.2

pull/408/head
ericgaspar 5 years ago
parent
commit
de5a3aab33
  1. 2
      README.md
  2. 2
      README_fr.md
  3. 6
      check_process
  4. 2
      manifest.json
  5. 4
      scripts/upgrade.d/upgrade.last.sh

2
README.md

@ -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:** 21.0.1
**Shipped version:** 21.0.2
## Screenshots

2
README_fr.md

@ -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 :** 21.0.1
**Version incluse :** 21.0.2
## Captures d'écran

6
check_process

@ -1,8 +1,8 @@
;; Test complet
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
admin="homer" (USER)
domain="domain.tld"
path="/path"
admin="homer"
user_home="1"
; Checks
pkg_linter=1

2
manifest.json

@ -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": "21.0.1~ynh1",
"version": "21.0.2~ynh1",
"url": "https://nextcloud.com",
"license": "AGPL-3.0",
"maintainer": {

4
scripts/upgrade.d/upgrade.last.sh

@ -1,7 +1,7 @@
#!/bin/bash
# Last available Nextcloud version
next_version="21.0.1"
next_version="21.0.2"
# Nextcloud tarball checksum sha256
nextcloud_source_sha256="dd7c8ccc01547914a75b44bbf86028289c8919dc39f4e2e720147b6bd596aebe"
nextcloud_source_sha256="5e5b38109a3485db5fd2d248f24478eabe6c0790ec10b030acbbee207d5511fe"
Loading…
Cancel
Save