1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00

fix source file and autoupdater

This commit is contained in:
OniriCorpe 2024-02-23 00:00:30 +01:00 committed by GitHub
parent f3064e3d42
commit c04046a94a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,10 +43,11 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/PrestaShop/PrestaShop/archive/refs/tags/8.1.4.tar.gz"
sha256 = "968e776a2b18994e16ea155c0a4dcae5c9d4ea31966fa1bb9b3d1e1b3043be3d"
url = "https://github.com/PrestaShop/PrestaShop/releases/download/8.1.4/prestashop_8.1.4.zip"
sha256 = "4d33e77734e483b0b897b1f06ff099283771f83ca6b4199a3a1cb283f4728ed4"
in_subdir = false
autoupdate.strategy = "latest_github_tag"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "prestashop_.*zip"
[resources.system_user]