diff --git a/README.md b/README.md index f9b8a0e..3956130 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:** 23.0.0~ynh1 +**Shipped version:** 23.0.2~ynh1 **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index 25deed6..0097a19 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,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 :** 23.0.0~ynh1 +**Version incluse :** 23.0.2~ynh1 **Démo :** https://demo.nextcloud.com/ diff --git a/check_process b/check_process index b04125f..eef530d 100644 --- a/check_process +++ b/check_process @@ -15,15 +15,17 @@ upgrade=1 #21.0.2 upgrade=1 from_commit=e249cced99423d8e6743312361f140c1fbdc3a1d + #22.2.3 + upgrade=1 from_commit=892f02888f31b6a0da850a5f8b2e66a151f84750 backup_restore=1 multi_instance=1 - incorrect_path=1 - port_already_use=0 change_url=1 ;;; Options Email= Notification=none ;;; Upgrade options ; commit=e249cced99423d8e6743312361f140c1fbdc3a1d - name=Merge pull request #446 from YunoHost-Apps/22.2.0 + name=Merge pull request #446 from YunoHost-Apps/22.2.0 + ; commit=892f02888f31b6a0da850a5f8b2e66a151f84750 + name=Merge pull request #457 from YunoHost-Apps/testing manifest_arg=domain=DOMAIN&path=PATH&admin=USER&user_home=1& diff --git a/manifest.json b/manifest.json index 6925f33..8af4ca4 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": "23.0.0~ynh1", + "version": "23.0.2~ynh1", "url": "https://nextcloud.com", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/upgrade.d/upgrade.22.sh b/scripts/upgrade.d/upgrade.22.sh index 78a70e2..81844ab 100644 --- a/scripts/upgrade.d/upgrade.22.sh +++ b/scripts/upgrade.d/upgrade.22.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Last available nextcloud version +# Last available Nextcloud version next_version="23.0.0" # Nextcloud tarball checksum sha256 diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 81844ab..15bd3d0 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="23.0.0" +next_version="23.0.2" # Nextcloud tarball checksum sha256 -nextcloud_source_sha256="c37592abc3b65c8fd28459281a24f414b87af52fc8c2ea979be3f9be75d01a2c" +nextcloud_source_sha256="9e02462d38eaab6457fca8077bd46fe78c3aaad442e91a6e12e32fa7d51bc4ee"