mirror of
https://github.com/YunoHost-Apps/bludit_ynh.git
synced 2024-09-03 18:06:13 +02:00
Update manifest.toml
This commit is contained in:
parent
5d3a54a07c
commit
dedef75d91
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue