Bump Nextcloud to 17.0.2 (#1702)

This commit is contained in:
Michael Kroes 2020-01-22 09:06:17 +01:00 committed by Joshua Tauberer
parent b86bf07d57
commit faee29ba8b
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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