From cf8c46d30a42199e5e50d22e19ebcd982f7952ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:45:32 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2204f4c..7158075 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Paheko" description.en = "Software to manage association" description.fr = "Logiciel libre de gestion d'association" -version = "1.2.9~ynh1" +version = "1.3.0~ynh1" maintainers = ["rodinux"] @@ -17,7 +17,7 @@ admindoc = "https://fossil.kd2.org/paheko/wiki?name=Documentation" code = "https://fossil.kd2.org/paheko/dir?ci=tip" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = true ldap = false @@ -42,8 +42,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://fossil.kd2.org/paheko/uv/paheko-1.2.9.tar.gz" - sha256 = "e07b51f35fefbe63387dc3f00df107438f224216085f1689a1911afa40438939" + url = "https://fossil.kd2.org/paheko/uv/paheko-1.3.0-rc1.tar.gz" + sha256 = "f321bb4e1d4bdf0b412e7fbb820b8e97ee9e672c5c75fb9f007d80638af65014" autoupdate.strategy = "latest_github_tag" [resources.system_user] @@ -54,4 +54,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.0-sqlite3 php8.0-gd php8.0-intl php8.0-cli php8.0-gnupg" + packages = "php8.2-sqlite3 php8.2-gd php8.2-intl php8.2-cli php8.2-gnupg"