From 4672ac63a93d1696d55eac0b1c8d4855196e7be4 Mon Sep 17 00:00:00 2001 From: yodax Date: Fri, 5 Oct 2018 19:13:42 +0200 Subject: [PATCH 1/2] Upgrade NextCloud to 13.06 --- setup/owncloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 5825078d..e2f28984 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -154,8 +154,8 @@ InstallOwncloud() { fi } -owncloud_ver=13.0.5 -owncloud_hash=e2b4a4bebd4fac14feae1e6e8997682f73fa8b50 +owncloud_ver=13.0.6 +owncloud_hash=33e41f476f0e2be5dc7cdb9d496673d9647aa3d6 # Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade) if [ ! -d /usr/local/lib/owncloud/ ] \ From 39d1edfc66cb3f3fa94ac72e980e4151c7be4020 Mon Sep 17 00:00:00 2001 From: yodax Date: Tue, 9 Oct 2018 10:42:28 +0200 Subject: [PATCH 2/2] Update changelog.md to reflect the nextcloud version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index befea2a7..dab1cab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ In Development -------------- * Starting with v0.28, TLS certificate provisioning wouldn't work on new boxes until the mailinabox setup command was run a second time because of a problem with the non-interactive setup. -* Update to Nextcloud 13.0.5. +* Update to Nextcloud 13.0.6. * Update to Roundcube 1.3.7. * Update to Z-Push 2.4.4.