From 96f265eb4196ac26a97f7c8ce5b6a6043680ea6a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 7 Aug 2023 20:17:14 +0200 Subject: [PATCH] Upgrade to v8.1.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 48b5e2a..cdf43cd 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.4~ynh1" +version = "8.1.1~ynh1" maintainers = ["frju365"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/PrestaShop/PrestaShop/releases/download/8.0.4/prestashop_8.0.4.zip" - sha256 = "a4603059d1b581d50a501eb70bd7a3557d13ea1edc43292ec96deae6b14b28f5" + url = "https://github.com/PrestaShop/PrestaShop/archive/refs/tags/8.1.1.tar.gz" + sha256 = "a0fda4465fa54f2d6afe07c0df362fff9e6ebcc7a2ca7e2ec450bb62aba5279e" in_subdir = false autoupdate.strategy = "latest_github_tag"