From 76ea209fa854ccd7019c6f28c5fab4697f020739 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 2 Jan 2024 17:17:54 +0100 Subject: [PATCH] Upgrade to v8.1.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3c19369..4e04555 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.1.2~ynh1" +version = "8.1.3~ynh1" maintainers = ["frju365"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/PrestaShop/PrestaShop/releases/download/8.1.2/prestashop_8.1.2.zip" - sha256 = "e58faf24f543a179a7eb63f88665bb13c80a35615df7ae0267c7ad3de696e2c2" + url = "https://github.com/PrestaShop/PrestaShop/archive/refs/tags/8.1.3.tar.gz" + sha256 = "93a5c12a20306dd3ee0b51bf5f20c9adacbecd406f4a5d9372a65561f3d59e34" in_subdir = false autoupdate.strategy = "latest_github_tag"