Browse Source

Upgrade to upstream version 15.0.7 (#194)

Upgrade to upstream version 15.0.7
pull/201/head
JimboJoe 7 years ago
committed by GitHub
parent
commit
ff7a255443
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md
  2. 2
      manifest.json
  3. 4
      scripts/upgrade.d/upgrade.last.sh

6
README.md

@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
own data. A personal cloud which run on your own server. With Nextcloud
you can synchronize your files over your devices.
**Shipped version:** 15.0.5
**Shipped version:** 15.0.7
## Screenshots
@ -81,10 +81,10 @@ This can only be done from the command-line interface - e.g. through SSH. Once
you're connected, you simply have to execute the following:
```bash
sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/nextcloud_ynh owncloud --verbose
sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/nextcloud_ynh owncloud --debug
```
The `--verbose` option will let you see the full output. If you encounter any
The `--debug` option will let you see the full output. If you encounter any
issue, please paste it.
Note that a cron job will be executed at some time after the end of this

2
manifest.json

@ -6,7 +6,7 @@
"en": "Access & share your files, calendars, contacts, mail & more from any device, on your terms",
"fr": "Consultez et partagez vos fichiers, agendas, carnets d'adresses, emails et bien plus depuis les appareils de votre choix, sous vos conditions"
},
"version": "15.0.5~ynh2",
"version": "15.0.7~ynh1",
"url": "https://nextcloud.com",
"license": "AGPL-3.0",
"maintainer": {

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

@ -1,10 +1,10 @@
#!/bin/bash
# Last available nextcloud version
next_version="15.0.5"
next_version="15.0.7"
# Nextcloud tarball checksum sha256
nextcloud_source_sha256="4661869b797a340cd967abb3dbe6931b375434e0a44480346a27ccd73250b988"
nextcloud_source_sha256="3e6158951fa72010ccd50dbeac05d8df162183f7bbc62a1c6c89ed7081fa9d49"
# This function will only be executed upon applying the last upgrade referenced above
last_upgrade_operations () {

Loading…
Cancel
Save