From e1b8001b8bb5178e28fb30b1586898862dfe8fc6 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 18 Nov 2022 06:32:14 -0600 Subject: [PATCH] Use correct commit hashes for 22.10 and addons. Fixes #82 --- manifest.json | 2 +- scripts/_common.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 4dfde4c..4d77202 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Social Communication Server", "fr": "Serveur de Communication Social" }, - "version": "2022.10~ynh1", + "version": "2022.10~ynh2", "url": "http://friendi.ca", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index a4ce60c..b380231 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,9 +5,9 @@ #================================================= # commit hashes -# 2022.06 -version_commit="ca3dcdad04a69b91f67c0e7567d391a48d944bf9" -addons_version_commit="e0ad3e0fc778ce202021fb5e2dd3cc2a94496b8c" +# 2022.10 +version_commit="7109d2a6a8924e8cec7735017fdc00bb1af38b8c" +addons_version_commit="408a62a9a16d2613ab37bc9e5dabf5fd63b36b73" # dependencies used by the app YNH_PHP_VERSION="7.4"