From 6e7ee452e95dac89d072523a68109bc8d5d8d332 Mon Sep 17 00:00:00 2001 From: Bertus <52514152+bertusdebruin@users.noreply.github.com> Date: Mon, 11 Nov 2019 20:13:51 +0100 Subject: [PATCH 1/2] Upgraded Nextcloud to 16.0.6 Upgrade Nextcloud 16.05 to 16.06 and contacts from 3.1.4 to 3.1.6. --- setup/nextcloud.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index b38e1f65..5e52d19a 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -40,7 +40,7 @@ InstallNextcloud() { # their github repositories. mkdir -p /usr/local/lib/owncloud/apps - wget_verify https://github.com/nextcloud/contacts/releases/download/v3.1.4/contacts.tar.gz 297cb38c0ba9ba7ad7b8b61108033af8d7eccd96 /tmp/contacts.tgz + wget_verify https://github.com/nextcloud/contacts/releases/download/v3.1.6/contacts.tar.gz d331dc6db2ecf7c8e6166926a055dfa3b59722c3 /tmp/contacts.tgz tar xf /tmp/contacts.tgz -C /usr/local/lib/owncloud/apps/ rm /tmp/contacts.tgz @@ -91,8 +91,8 @@ InstallNextcloud() { } # Nextcloud Version to install. Checks are done down below to step through intermediate versions. -nextcloud_ver=16.0.5 -nextcloud_hash=46e8ec989de9aad9967a5a54ddb84ce8b8e2c54c +nextcloud_ver=16.0.6 +nextcloud_hash=0bb3098455ec89f5af77a652aad553ad40a88819 # Current Nextcloud Version, #1623 # Checking /usr/local/lib/owncloud/version.php shows version of the Nextcloud application, not the DB From 0a752859ac4afba65de51516bd09935fd9ffb919 Mon Sep 17 00:00:00 2001 From: Bertus <52514152+bertusdebruin@users.noreply.github.com> Date: Mon, 11 Nov 2019 20:27:05 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e59bda9..0875d7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Under Development Software updates: -* Upgraded Nextcloud from 15.0.8 to 16.0.5 (with Contacts from 3.1.1 to 3.1.4 and Calendar from 1.6.5 to 1.7.1) +* Upgraded Nextcloud from 15.0.8 to 16.0.6 (with Contacts from 3.1.1 to 3.1.6 and Calendar from 1.6.5 to 1.7.1) * Upgraded Z-Push to 2.5.1. Control panel: