diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c87d42..41541f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Mail: ownCloud (now Nextcloud): -* ownCloud is replaced with Nextcloud 10.0.4. +* ownCloud is replaced with Nextcloud 10.0.5. Control Panel/Management: diff --git a/setup/owncloud.sh b/setup/owncloud.sh index aeed6c17..e270fab8 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -105,8 +105,8 @@ InstallOwncloud() { fi } -owncloud_ver=10.0.4 -owncloud_hash=346590278a5cc7b0a3c8d1a68eafec68ac59c475 +owncloud_ver=10.0.5 +owncloud_hash=686f6a8e9d7867c32e3bf3ca63b3cc2020564bf6 owncloud_flavor=Nextcloud # Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade)