diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e1e870..8b6f3a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ WebMail: Software updates: -* Upgraded Nextcloud from 15.0.8 to 17.0.1 (with Contacts from 3.1.1 to 3.1.6 and Calendar from 1.6.5 to 1.7.1) +* Upgraded Nextcloud from 15.0.8 to 17.0.2 (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. * Upgraded Roundcube from 1.3.10 to 1.4.1. diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index e80480a5..3ab21176 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -91,8 +91,8 @@ InstallNextcloud() { } # Nextcloud Version to install. Checks are done down below to step through intermediate versions. -nextcloud_ver=17.0.1 -nextcloud_hash=81e47f2288377927346a4b4cbbb2ecf1b6f4a0e1 +nextcloud_ver=17.0.2 +nextcloud_hash=8095fb46e9e0c536163708aee3d17fab8b498ad6 # Current Nextcloud Version, #1623 # Checking /usr/local/lib/owncloud/version.php shows version of the Nextcloud application, not the DB