1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoview_ynh.git synced 2024-09-03 20:05:55 +02:00

Upgrade sources

- `libheif` v1.18.1: https://github.com/strukturag/libheif/releases/tag/v1.18.1
This commit is contained in:
yunohost-bot 2024-07-26 03:39:43 +02:00 committed by YunoHost Bot
parent 8d5c673ab0
commit d06c50f01e

View file

@ -7,7 +7,7 @@ name = "Photoview"
description.en = "Simple and user-friendly photo gallery that's made for photographers "
description.fr = "Galerie photos simple et facile à utiliser, faite pour les photographes"
version = "2.4.0~ynh1"
version = "2.4.0~ynh2"
maintainers = ["Jules Bertholet"]
@ -55,8 +55,8 @@ ram.runtime = "200M"
autoupdate.strategy = "latest_github_release"
[resources.sources.libheif]
url = "https://github.com/strukturag/libheif/releases/download/v1.18.0/libheif-1.18.0.tar.gz"
sha256 = "3f25f516d84401d7c22a24ef313ae478781b95f235c250b06152701c401055c3"
url = "https://github.com/strukturag/libheif/releases/download/v1.18.1/libheif-1.18.1.tar.gz"
sha256 = "8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76"
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/strukturag/libheif"