From cd558a4b27bd41d1c48f93f55204d9a75354edb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Guzm=C3=A1n=20Maeso?= Date: Thu, 18 Feb 2016 17:16:46 +0100 Subject: [PATCH 1/2] Upgrade OwnCloud to 8.2.2 and update MD5 Hash --- setup/owncloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 11c33dc6..db256f5c 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -17,8 +17,8 @@ apt_install \ apt-get purge -qq -y owncloud* # Install ownCloud from source of this version: -owncloud_ver=8.1.1 -owncloud_hash=34077e78575a3e689825a00964ee37fbf83fbdda +owncloud_ver=8.2.2 +owncloud_hash=4e2490dfcbb2748a4e158db7dc6ef288 # Migrate <= v0.10 setups that stored the ownCloud config.php in /usr/local rather than # in STORAGE_ROOT. Move the file to STORAGE_ROOT. From ab7cc8fe8e202dcbe957eeb06750ebd76a04cc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Guzm=C3=A1n=20Maeso?= Date: Wed, 23 Mar 2016 16:24:01 +0100 Subject: [PATCH 2/2] Update owncloud hash --- setup/owncloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index db256f5c..2d4710de 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -18,7 +18,7 @@ apt-get purge -qq -y owncloud* # Install ownCloud from source of this version: owncloud_ver=8.2.2 -owncloud_hash=4e2490dfcbb2748a4e158db7dc6ef288 +owncloud_hash=8d99e81a52649bc4c2af0e438bdc02cf9d35877c # Migrate <= v0.10 setups that stored the ownCloud config.php in /usr/local rather than # in STORAGE_ROOT. Move the file to STORAGE_ROOT.