Update manifest.toml

This commit is contained in:
Éric Gaspar 2024-07-07 14:20:23 +02:00
parent 0803267cfc
commit 83e2ef6034
1 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ name = "Easy!Appointments"
description.en = "Open Source Appointment Scheduler"
description.fr = "Planificateur de rendez-vous Open Source"
version = "1.4.3~ynh3"
version = "1.5.0~ynh1"
maintainers = ["eric_G"]
@ -46,8 +46,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/alextselegidis/easyappointments/releases/download/1.4.3/easyappointments-1.4.3.zip"
sha256 = "8b7f56269f2ce2ac21195bbce96f9f35f465da92eb4d48ca8027a9df7e5106eb"
url = "https://github.com/alextselegidis/easyappointments/releases/download/1.5.0/easyappointments-1.5.0.zip"
sha256 = "2875e77fd019167ea62b304a93a39a3c0a402e602b642aaaf0d1f5c749265be1"
in_subdir = false
autoupdate.strategy = "latest_github_tag"
@ -59,7 +59,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "mariadb-server, php8.2-mbstring, php8.2-gd, php8.2-curl, php8.2-mysql"
packages = "mariadb-server, php8.3-mbstring, php8.3-gd, php8.3-curl, php8.3-mysql"
[resources.database]
type = "mysql"