diff --git a/services/updateserver/joomla.go b/services/updateserver/joomla.go index 9765eca84d..9d8e7fad5b 100644 --- a/services/updateserver/joomla.go +++ b/services/updateserver/joomla.go @@ -207,7 +207,7 @@ func GenerateJoomlaXML(ctx context.Context, repo *repo_model.Repository, require } else if cfg != nil && cfg.MaintainerURL != "" { maintainerURL = cfg.MaintainerURL } - targetVersion := ".*" + targetVersion := "(5|6)\\..*" if cfg != nil && cfg.TargetVersion != "" { targetVersion = cfg.TargetVersion } diff --git a/updates.xml b/updates.xml index 1586f89ad0..2cdd4c3d9a 100644 --- a/updates.xml +++ b/updates.xml @@ -1,7 +1,7 @@ @@ -87,13 +87,13 @@ mokogitea application site - 05.15.00 + 05.17.00 2026-06-03 https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/releases/tag/stable - https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/releases/download/stable/mokogitea-05.15.00.zip + https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/releases/download/stable/mokogitea-05.17.00.zip - 6b5884978a48db925b3554cc69aaa10cd65fee2bb404dab33c5c30aa3545ca33 + 7f50295f58e207f1c2d2be92a172f4d077a4115ad1337c663e6f33e065e0cff9 stable https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/raw/branch/main/CHANGELOG.md Moko Consulting