From c74069923fc156fad82aef3026959988302de823 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Thu, 8 Sep 2022 20:35:39 +0200 Subject: [PATCH] update nextcloud to 24.0.5 --- setup/nextcloud.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index d27e8349..fbc98935 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -21,8 +21,8 @@ echo "Installing Nextcloud (contacts/calendar)..." # we automatically install intermediate versions as needed. # * The hash is the SHA1 hash of the ZIP package, which you can find by just running this script and # copying it from the error message when it doesn't match what is below. -nextcloud_ver=24.0.0 -nextcloud_hash=f072f5863a15cefe577b47f72bb3e41d2a339335 +nextcloud_ver=24.0.5 +nextcloud_hash=a1ecc0db61584ed5fb6f7cf80a492b2fae17ba26 # Nextcloud apps # -------------- @@ -33,10 +33,10 @@ nextcloud_hash=f072f5863a15cefe577b47f72bb3e41d2a339335 # https://github.com/nextcloud/user_external/blob/master/appinfo/info.xml # * The hash is the SHA1 hash of the ZIP package, which you can find by just running this script and # copying it from the error message when it doesn't match what is below. -contacts_ver=4.1.1 -contacts_hash=c2dab4572494eb15de8f1ae565f707d0fcc6ae9b -calendar_ver=3.3.1 -calendar_hash=8ca2ebe1d57501949df2a0229501a99736ba8779 +contacts_ver=4.2.0 +contacts_hash=79b506574834db5e1b6ab47aadd4041e12ad9a9c +calendar_ver=3.5.0 +calendar_hash=941381536287a015081669513f8f79f6f262508a user_external_ver=3.0.0 user_external_hash=9e7aaf7288032bd463c480bc368ff91869122950 @@ -324,7 +324,7 @@ php < $CONFIG_TEMP && mv $CONFIG_TEMP $STORAGE_ROOT/owncloud/config.php;