From a96fa3486ae395b20b27f0ffaf216cba76612dc6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 6 Oct 2022 13:14:59 +0200 Subject: [PATCH 01/11] 24.0.6 --- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index b9f7e4b..49f3983 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "24.0.5~ynh1", + "version": "24.0.6~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 312eff2..7e7ee87 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Last available Nextcloud version -next_version="24.0.5" +next_version="24.0.6" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="b22788377ccb9391e7f9eced3f69a9236669aeaab2e0ea5250a73edf5f1ef026" +nextcloud_source_sha256="b26dff9980a47e7e722805fdbbf87e07f59a3817b03ecc32698e028e9baf0301" From 3353270f8516cca5205da4cf92b6091573b089f8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Oct 2022 20:47:56 +0000 Subject: [PATCH 02/11] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b05093..137acfb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Online storage, file sharing platform and various other applications -**Shipped version:** 24.0.5~ynh1 +**Shipped version:** 24.0.6~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/nextcloud_ynh/tree/master) used in the catalog is currently on version 24.0.5\~ynh1.)* **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index f6e9e7d..dc5b5eb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 24.0.5~ynh1 +**Version incluse :** 24.0.6~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/nextcloud_ynh/tree/master) utilisée dans le catalogue est actuellement en 24.0.5\~ynh1.)* **Démo :** https://demo.nextcloud.com/ From de75a8f4b0544de8ffa808e82d5f4882ead637b1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 19 Oct 2022 12:25:51 +0200 Subject: [PATCH 03/11] 25.0.0 --- manifest.json | 2 +- scripts/upgrade.d/upgrade.24.sh | 7 +++++++ scripts/upgrade.d/upgrade.last.sh | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 scripts/upgrade.d/upgrade.24.sh diff --git a/manifest.json b/manifest.json index 49f3983..85df3df 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "24.0.6~ynh1", + "version": "25.0.0~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/upgrade.d/upgrade.24.sh b/scripts/upgrade.d/upgrade.24.sh new file mode 100644 index 0000000..658c57d --- /dev/null +++ b/scripts/upgrade.d/upgrade.24.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Last available Nextcloud version +next_version="25.0.0" + +# Nextcloud tarball checksum sha256 +nextcloud_source_sha256="2c05ac9d7b72b44ef8b3d2ae03ff0fd6121e254b8054556f5163bd8760dd8f49" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 7e7ee87..658c57d 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Last available Nextcloud version -next_version="24.0.6" +next_version="25.0.0" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="b26dff9980a47e7e722805fdbbf87e07f59a3817b03ecc32698e028e9baf0301" +nextcloud_source_sha256="2c05ac9d7b72b44ef8b3d2ae03ff0fd6121e254b8054556f5163bd8760dd8f49" From fe531f8b336fa975129317330d61952bb670c7b0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 19 Oct 2022 10:26:03 +0000 Subject: [PATCH 04/11] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 137acfb..10d424b 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Online storage, file sharing platform and various other applications -**Shipped version:** 24.0.6~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/nextcloud_ynh/tree/master) used in the catalog is currently on version 24.0.5\~ynh1.)* - +**Shipped version:** 25.0.0~ynh1 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index dc5b5eb..772331b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 24.0.6~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/nextcloud_ynh/tree/master) utilisée dans le catalogue est actuellement en 24.0.5\~ynh1.)* - +**Version incluse :** 25.0.0~ynh1 **Démo :** https://demo.nextcloud.com/ From 1ea991b7dd8bba48870092420ec3fb297b1fec90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 3 Nov 2022 13:39:58 +0100 Subject: [PATCH 05/11] 25.0.1 --- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 85df3df..799055d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "25.0.0~ynh1", + "version": "25.0.1~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 658c57d..4b026f4 100755 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Last available Nextcloud version -next_version="25.0.0" +next_version="25.0.1" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="2c05ac9d7b72b44ef8b3d2ae03ff0fd6121e254b8054556f5163bd8760dd8f49" +nextcloud_source_sha256="72d4076924caf19139c40178597af6211799e20440ce196fb43b9c4e47d77515" From 27877aa5b36081946e0c8c114867c2e8e0a8c262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 3 Nov 2022 21:57:10 +0100 Subject: [PATCH 06/11] Nextcloud has deprecated 32-bit --- scripts/install | 6 ++++++ scripts/upgrade | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/scripts/install b/scripts/install index e4c33e7..c61b9e8 100755 --- a/scripts/install +++ b/scripts/install @@ -40,6 +40,12 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde # Register (book) web path ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url +# Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines) +if [ $YNH_ARCH == "i386" ]; +then + ynh_die --message="Sorry, Nextcloud has deprecated 32-bit support" +fi + #================================================= # STORE SETTINGS FROM MANIFEST #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index cdd42ea..cc65142 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -34,6 +34,12 @@ fpm_usage=$(ynh_app_setting_get --app=$app --key=fpm_usage) upgrade_type=$(ynh_check_app_version_changed) +# Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines) +if [ $YNH_ARCH == "i386" ]; +then + ynh_die --message="Sorry, Nextcloud has deprecated 32-bit support" +fi + #================================================= # ENSURE DOWNWARD COMPATIBILITY #================================================= From 495b2f684ec41a5a2100b30a1fd106344b8885bd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 3 Nov 2022 20:57:16 +0000 Subject: [PATCH 07/11] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10d424b..6fc7650 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Online storage, file sharing platform and various other applications -**Shipped version:** 25.0.0~ynh1 +**Shipped version:** 25.0.1~ynh1 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index 772331b..e441d52 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 25.0.0~ynh1 +**Version incluse :** 25.0.1~ynh1 **Démo :** https://demo.nextcloud.com/ From 5b0f933297c03aa80b7f8aafab7bcada38ebc61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 1 Dec 2022 15:37:20 +0100 Subject: [PATCH 08/11] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c61b9e8..7a7be8e 100755 --- a/scripts/install +++ b/scripts/install @@ -41,7 +41,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url # Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines) -if [ $YNH_ARCH == "i386" ]; +if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] then ynh_die --message="Sorry, Nextcloud has deprecated 32-bit support" fi From 6bca7a7c8b6280e0ffc9089fac6deaad5999a309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 1 Dec 2022 15:38:36 +0100 Subject: [PATCH 09/11] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index cc65142..b83261d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -35,7 +35,7 @@ fpm_usage=$(ynh_app_setting_get --app=$app --key=fpm_usage) upgrade_type=$(ynh_check_app_version_changed) # Check machine architecture (Seens 25.0 Nextcloud doesn't support 32bit machines) -if [ $YNH_ARCH == "i386" ]; +if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ] then ynh_die --message="Sorry, Nextcloud has deprecated 32-bit support" fi From c5cf91ad30149e1924c23b19e93f483c3ed3edd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 9 Dec 2022 16:26:33 +0100 Subject: [PATCH 10/11] 25.0.2 --- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 799055d..09a85d6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online storage, file sharing platform and various other applications", "fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications" }, - "version": "25.0.1~ynh1", + "version": "25.0.2~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 4b026f4..2c5bafd 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Last available Nextcloud version -next_version="25.0.1" +next_version="25.0.2" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="72d4076924caf19139c40178597af6211799e20440ce196fb43b9c4e47d77515" +nextcloud_source_sha256="d6ab40faa108937bda42395f570ff111f4c97343b55be1420024da3177e37d59" From 46bd6d27060b1f5569a640231c2fc976184e22e0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 9 Dec 2022 15:26:38 +0000 Subject: [PATCH 11/11] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fc7650..3d88a5c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Online storage, file sharing platform and various other applications -**Shipped version:** 25.0.1~ynh1 +**Shipped version:** 25.0.2~ynh1 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index e441d52..6ed96f2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Stockage en ligne, plateforme de partage de fichiers et diverses autres applications -**Version incluse :** 25.0.1~ynh1 +**Version incluse :** 25.0.2~ynh1 **Démo :** https://demo.nextcloud.com/