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:
parent
bf5cd1d42a
commit
0d0cf56eb2
1 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "Joomla"
|
||||||
description.en = "Content management system"
|
description.en = "Content management system"
|
||||||
description.fr = "Système de gestion de contenu libre"
|
description.fr = "Système de gestion de contenu libre"
|
||||||
|
|
||||||
version = "13.1~ynh1"
|
version = "4.4.3~ynh1"
|
||||||
|
|
||||||
maintainers = [""]
|
maintainers = [""]
|
||||||
|
|
||||||
|
@ -50,10 +50,11 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/joomla/joomla-cms/archive/refs/tags/13.1.tar.gz"
|
url = "https://github.com/joomla/joomla-cms/releases/download/4.4.3/Joomla_4.4.3-Stable-Full_Package.tar.gz"
|
||||||
sha256 = "0f7fe6f3a12514df5e060a2ed927abd3b654d70404ee958cbc417472adf90fce"
|
sha256 = "f958b0c1c928842aee176a3c0a0687d5e966a72bf2765cf8b63566ac7128906b"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
autoupdate.asset = "^Joomla_.*-Stable-Full_Package.tar.gz$"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue