From 5865fcf0bc698cf7e2dbfc68db2cd151d1be4692 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 21 Feb 2024 22:21:58 +0100 Subject: [PATCH] Upgrade to v8.1.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3c19369..d96b56b 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.4~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.4.tar.gz" + sha256 = "968e776a2b18994e16ea155c0a4dcae5c9d4ea31966fa1bb9b3d1e1b3043be3d" in_subdir = false autoupdate.strategy = "latest_github_tag"