1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00

Fix autoupdate

This commit is contained in:
OniriCorpe 2024-02-29 22:40:35 +01:00 committed by GitHub
parent bf5cd1d42a
commit 0d0cf56eb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ name = "Joomla"
description.en = "Content management system"
description.fr = "Système de gestion de contenu libre"
version = "13.1~ynh1"
version = "4.4.3~ynh1"
maintainers = [""]
@ -50,10 +50,11 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/joomla/joomla-cms/archive/refs/tags/13.1.tar.gz"
sha256 = "0f7fe6f3a12514df5e060a2ed927abd3b654d70404ee958cbc417472adf90fce"
url = "https://github.com/joomla/joomla-cms/releases/download/4.4.3/Joomla_4.4.3-Stable-Full_Package.tar.gz"
sha256 = "f958b0c1c928842aee176a3c0a0687d5e966a72bf2765cf8b63566ac7128906b"
in_subdir = false
autoupdate.strategy = "latest_github_tag"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^Joomla_.*-Stable-Full_Package.tar.gz$"
[resources.system_user]