From 0478e48e5e0a886d1f98a3a4122f001f53dfbdc7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 4 Apr 2023 19:03:03 +0200 Subject: [PATCH] Upgrade to v8.0.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 84dac8c..d76837b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Prestashop" description.en = "Create a E-commerce Website" description.fr = "Créer un site ecommerce" -version = "8.0.1~ynh1" +version = "8.0.3~ynh1" maintainers = ["frju365"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/PrestaShop/PrestaShop/releases/download/8.0.1/prestashop_8.0.1.zip" - sha256 = "d19dfb52f9928812037c817c8fd6adec6cec718504ba2a1518b508fe17c2d0a1" + url = "https://github.com/PrestaShop/PrestaShop/archive/refs/tags/8.0.3.tar.gz" + sha256 = "bfa4d2213c4458c3c3866295eff9c1461c731372a33e7bdad9a7438241769b40" in_subdir = false autoupdate.strategy = "latest_github_tag"