From dedef75d9131697259efb2c4b87585f76367c290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 15 Jul 2023 16:54:47 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index d9e2327..4acdcac 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Bludit" description.en = "Simple, Fast, Secure, Flat-File CMS" description.fr = "CMS simple, rapide, sécurisé et à fichier plat" -version = "3.14.1~ynh4" +version = "3.15.0~ynh1" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ admindoc = "https://docs.bludit.com/en/" code = "https://github.com/bludit/bludit" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = true ldap = false @@ -45,7 +45,7 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/bludit/bludit/archive/3.14.1.tar.gz" + url = "https://github.com/bludit/bludit/archive/3.15.0.tar.gz" sha256 = "27f96c1cd478c0885d402ccd5192ee5c227e5293ea23f53f92d652b9e46bf7af" autoupdate.strategy = "latest_github_tag" @@ -57,4 +57,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.0-gd php8.0-mbstring php8.0-dom" + packages = "php8.2-gd php8.2-mbstring php8.2-dom"