From a51701c7f56d63e084eb0b10d38faf1acbfdd07c Mon Sep 17 00:00:00 2001 From: Rodriguez Nyiringabo Date: Thu, 16 Nov 2023 22:00:51 +0200 Subject: [PATCH 1/3] Update app main and lts resources sources to respectively tiki-26.2 and Tiki-24.6 --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a02c850..3c386f2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Tiki Wiki CMS Groupware is the Free / Libre / Open Source Web Application with t - Tiki Trackers is the built-in database web apps builder and low-code / no-code application framework. -**Shipped version:** 26.1~ynh1 +**Shipped version:** 26.2~ynh1 **Demo:** https://tiki.org/Try-Tiki diff --git a/README_fr.md b/README_fr.md index f4bc71d..3527f1a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,7 +33,7 @@ Tiki Wiki CMS Groupware est l'application Web libre dotée du plus grand nombre Les Tiki Trackers sont la composante intégrée pour le développement low-code / no-code et le générateur de formulaires et bases de données. -**Version incluse :** 26.1~ynh1 +**Version incluse :** 26.2~ynh1 **Démo :** https://tiki.org/Try-Tiki diff --git a/manifest.toml b/manifest.toml index 4ebdb19..d9e0c6e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Tiki" description.en = "Wiki-based, content management system" description.fr = "Système de gestion de contenu basé sur Wiki" -version = "26.1~ynh1" +version = "26.2~ynh1" maintainers = ["eric_G"] @@ -52,13 +52,13 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_26.x_Alnilam/26.1/tiki-26.1.tar.gz/download" - sha256 = "f6d0042567feb62bfaf012cb999625ef840501141249a247b3075094030649c7" + url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_26.x_Alnilam/26.2/tiki-26.2.tar.gz/download" + sha256 = "d85d513313e2377ecc2fe03f471b053727cb7f9a40143192f95191891557dabf" format = "tar.gz" [resources.sources.lts] - url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_24.x_Wolf_359/24.5/tiki-24.5.tar.gz/download" - sha256 = "d91cb7846a0c863ab5b1d29a305acd865365364e05f5d83c00e11cae4d67a71b" + url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_24.x_Wolf_359/24.6/tiki-24.6.tar.gz/download" + sha256 = "1dc1a3f0236c79287b14bfe45eb789e8b0e5c89d2a9089bab496c61a2c73a9f0" format = "tar.gz" [resources.system_user] From 639d7f7ef40ec542ba798596307f5e44d74b000c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 Nov 2023 07:14:54 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c386f2..78baedb 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Tiki Wiki CMS Groupware is the Free / Libre / Open Source Web Application with t * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 3527f1a..4439578 100644 --- a/README_fr.md +++ b/README_fr.md @@ -46,6 +46,7 @@ Les Tiki Trackers sont la composante intégrée pour le développement low-code * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 044db2939843c9dc8f52a2461cb488290db258e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Nov 2023 08:16:10 +0100 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index d9e0c6e..13efa41 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,11 @@ code = "https://gitlab.com/tikiwiki/tiki/" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "300M" ram.runtime = "50M"