From 53929af2e27f2b9990873b104a646d43726a8623 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Wed, 10 Apr 2019 19:38:26 +0200 Subject: [PATCH] Upgrade to upstream version 15.0.7 --- README.md | 6 +++--- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 04b7f45..644bb7e 100644 --- a/README.md +++ b/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 diff --git a/manifest.json b/manifest.json index b4b54e3..6919f99 100644 --- a/manifest.json +++ b/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": { diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index e66bb23..b576bdc 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/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 () {