1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00

Upgrade to v2.24.2

This commit is contained in:
yunohost-bot 2023-08-09 20:15:58 +02:00 committed by YunoHost Bot
parent 274f495ed4
commit c4db3d96c5

View file

@ -5,7 +5,7 @@ name = "Filebrowser"
description.en = "Web File Browser"
description.fr = "Gestionnaire de fichiers"
version = "2.24.1~ynh1"
version = "2.24.2~ynh1"
maintainers = ["eric_G"]
@ -43,14 +43,14 @@ ram.runtime = "50M"
[resources.sources.main]
in_subdir = false
amd64.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.1/linux-amd64-filebrowser.tar.gz"
amd64.sha256 = "b99ee686e1e70b8a418ebc9551e034b71f83f583e18f231e34e0850c4084383b"
arm64.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.1/linux-arm64-filebrowser.tar.gz"
arm64.sha256 = "55fc437267cc86bbc92d2ef2ecf50425ee5a70bac6e5573a212e3c5138967ab2"
i386.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.1/linux-386-filebrowser.tar.gz"
i386.sha256 = "14070fafd17611b624a9f1f428ff0bc07cd380fad8eb33c90377fd8a3e080924"
armhf.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.1/linux-armv7-filebrowser.tar.gz"
armhf.sha256 = "884c5ae5c91bb2ae7c871e9980f26182f9d80da8d0bf09d37af484689bfebe83"
amd64.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.2/linux-amd64-filebrowser.tar.gz"
amd64.sha256 = "03dc6636673116e50c5fd59e2798f9791d55984f373d965a3a8573fbe1e0411e"
arm64.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.2/linux-arm64-filebrowser.tar.gz"
arm64.sha256 = "8c0ca7c5c2a5f0cdd631631d0edb775aa9a7dd918f27e97eaa804a1a3f778749"
i386.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.2/linux-386-filebrowser.tar.gz"
i386.sha256 = "d5284dcdc91fb671920f952417d6f84c1bffe65e4546f3bc2027006bd4a7eebf"
armhf.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.2/linux-armv7-filebrowser.tar.gz"
armhf.sha256 = "3bb455f391f3f0c6ae9fadc366aff37d5a1976a8c88554558ca633291e54e1fd"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^linux-amd64-filebrowser.tar.gz$"