From 056b62bd6c8eff006980071c51cd6cce746cb212 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Dec 2022 06:14:44 +0000 Subject: [PATCH 1/3] Upgrade to v1.13.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 46ea029..3da22d7 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://www.humhub.com/download/package/humhub-1.12.2.tar.gz -SOURCE_SUM=91a96c7fc7e513bbb04d153e7112498daa36639e37587d6bdc9364cd57d09ea3 +SOURCE_URL=https://www.humhub.com/download/package/humhub-1.13.0.tar.gz +SOURCE_SUM=9b6d0041c683e382fd7b5d5853a878979b750fc41a8e34d613709b7884a583a1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e15566f..d4899b8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Enterprise Social Network.", "fr": "Réseau Social d'Entreprise." }, - "version": "1.12.2~ynh1", + "version": "1.13.0~ynh1", "url": "https://www.humhub.org", "upstream": { "license": "AGPL-3.0-only", From cfc72fe812efba854479c2dc7973416594722231 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Dec 2022 06:14:55 +0000 Subject: [PATCH 2/3] 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 d8db6bb..7d90414 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in HumHub is an open source social network platform with a wide variety of use cases as social intranet, community or collaboration platform. HumHub consists of a core application, which can be extended through additional modules and adjusted to your needs by many configuration options. -**Shipped version:** 1.12.2~ynh1 +**Shipped version:** 1.13.0~ynh1 **Demo:** https://www.humhub.com/en diff --git a/README_fr.md b/README_fr.md index d537449..bafa033 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour HumHub est une plate-forme de réseau social open source avec une grande variété de cas d'utilisation en tant qu'intranet social, plate-forme de communauté ou de collaboration. HumHub se compose d'une application principale, qui peut être étendue grâce à des modules supplémentaires et ajustée à vos besoins par de nombreuses options de configuration. -**Version incluse :** 1.12.2~ynh1 +**Version incluse :** 1.13.0~ynh1 **Démo :** https://www.humhub.com/en From 8ebec13dca6a5fe1b8be448764962277963a9d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 13 Jan 2023 22:07:09 +0100 Subject: [PATCH 3/3] fix linter --- check_process | 6 +----- manifest.json | 4 ++-- scripts/install | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/check_process b/check_process index 562e35f..59fb1c8 100644 --- a/check_process +++ b/check_process @@ -12,10 +12,6 @@ setup_private=1 setup_public=1 upgrade=1 - # 1.8.2~ynh1 - upgrade=1 from_commit=83500d6e866539d56a0aed6f288a8a8ce02a674b - # 1.8.2~ynh3 - upgrade=1 from_commit=50c74393ad4376bc18676b4be86fce74629ad60a # 1.8.2~ynh4 upgrade=1 from_commit=7da020da5079b580cc2a418e2f6fb48f637a989a backup_restore=1 @@ -26,6 +22,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=83500d6e866539d56a0aed6f288a8a8ce02a674b + ; commit=7da020da5079b580cc2a418e2f6fb48f637a989a name=Name and date of the commit. manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1& diff --git a/manifest.json b/manifest.json index d4899b8..73f00dc 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "humhub", "packaging_format": 1, "description": { - "en": "Enterprise Social Network.", - "fr": "Réseau Social d'Entreprise." + "en": "Enterprise Social Network", + "fr": "Réseau Social d'Entreprise" }, "version": "1.13.0~ynh1", "url": "https://www.humhub.org", diff --git a/scripts/install b/scripts/install index 36c112d..0f73545 100644 --- a/scripts/install +++ b/scripts/install @@ -210,7 +210,7 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/${app}" #================================================= # SETUP SSOWAT #================================================= -ynh_script_progression --message="Configuring permissions..." --weight=35 +ynh_script_progression --message="Configuring permissions..." --weight=2 # Make app public if necessary if [ $is_public -eq 1 ]