diff --git a/README.md b/README.md index d7f4c35..7880c03 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.2~ynh1 +**Shipped version:** 27.0~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 548319e..45e5565 100644 --- a/README_es.md +++ b/README_es.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. -**Versión actual:** 26.2~ynh1 +**Versión actual:** 27.0~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index e397500..750624b 100644 --- a/README_eu.md +++ b/README_eu.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. -**Paketatutako bertsioa:** 26.2~ynh1 +**Paketatutako bertsioa:** 27.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 38ee99c..f8215b2 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.2~ynh1 +**Version incluse :** 27.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index c0c1e4e..9c9d1bf 100644 --- a/README_gl.md +++ b/README_gl.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. -**Versión proporcionada:** 26.2~ynh1 +**Versión proporcionada:** 27.0~ynh1 **Demo:** diff --git a/README_it.md b/README_it.md index 8a8d0ed..32d2c0d 100644 --- a/README_it.md +++ b/README_it.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. -**Versione pubblicata:** 26.2~ynh1 +**Versione pubblicata:** 27.0~ynh1 **Prova:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 3131ae6..4e6b823 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.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. -**分发版本:** 26.2~ynh1 +**分发版本:** 27.0~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index cfafc90..4ef467a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,8 +62,8 @@ ram.runtime = "50M" format = "tar.gz" [resources.sources.lts] - url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_27.x_Miaplacidus/27.0/tiki-27.0.tar.gz/download" - sha256 = "bcc79422239e9b17846082bec4341326518e95a5c058307e61933c2382245dbb" + 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] @@ -76,7 +76,15 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "tesseract-ocr, imagemagick, mariadb-server, php8.2-bz2, php8.2-curl, php8.2-gd, php8.2-zip, php8.2-mysql, php8.2-xml, php8.2-mbstring, php8.2-intl" + packages = "tesseract-ocr, imagemagick, mariadb-server" + + packages_from_raw_bash = """ + if [[ "$release_cycle" == "regular" ]]; then + echo "php8.1-bz2, php8.1-curl, php8.1-gd, php8.1-zip, php8.1-mysql, php8.1-xml, php8.1-mbstring, php8.1-intl" + else + echo "php7.4-bz2, php7.4-curl, php7.4-gd, php7.4-zip, php7.4-mysql, php7.4-xml, php7.4-mbstring, php7.4-intl" + fi + """ [resources.database] type = "mysql"