mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Update manifest.toml
This commit is contained in:
parent
7ca244c3fe
commit
cf8c46d30a
1 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ name = "Paheko"
|
||||||
description.en = "Software to manage association"
|
description.en = "Software to manage association"
|
||||||
description.fr = "Logiciel libre de gestion d'association"
|
description.fr = "Logiciel libre de gestion d'association"
|
||||||
|
|
||||||
version = "1.2.9~ynh1"
|
version = "1.3.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["rodinux"]
|
maintainers = ["rodinux"]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ admindoc = "https://fossil.kd2.org/paheko/wiki?name=Documentation"
|
||||||
code = "https://fossil.kd2.org/paheko/dir?ci=tip"
|
code = "https://fossil.kd2.org/paheko/dir?ci=tip"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.17"
|
yunohost = ">= 11.1.21"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -42,8 +42,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://fossil.kd2.org/paheko/uv/paheko-1.2.9.tar.gz"
|
url = "https://fossil.kd2.org/paheko/uv/paheko-1.3.0-rc1.tar.gz"
|
||||||
sha256 = "e07b51f35fefbe63387dc3f00df107438f224216085f1689a1911afa40438939"
|
sha256 = "f321bb4e1d4bdf0b412e7fbb820b8e97ee9e672c5c75fb9f007d80638af65014"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
@ -54,4 +54,4 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue