filebrowser: update to 2.41.0

This commit is contained in:
Rudi Heitbaum 2025-07-26 00:28:56 +00:00
parent 5917e67475
commit fac5e4295a

View File

@ -2,8 +2,8 @@
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="filebrowser"
PKG_VERSION="2.36.2"
PKG_REV="1"
PKG_VERSION="2.41.0"
PKG_REV="0"
PKG_LICENSE="Apache License 2.0"
PKG_SITE="https://filebrowser.org"
PKG_DEPENDS_TARGET="toolchain:host"
@ -15,15 +15,15 @@ PKG_TOOLCHAIN="manual"
case "${ARCH}" in
"aarch64")
PKG_SHA256="d67bd521ab426c9103c167d43dff233cb45d4bfd07f735576b953ead6c8ea12e"
PKG_SHA256="3d6dc3406ce57b40f7339d166c007b9dedc2aefe533a759f4dedd3ea7680b378"
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-arm64-filebrowser.tar.gz"
;;
"arm")
PKG_SHA256="c74c5e380fdc4c95d66fe697850b6ccca2fc06fb01dea44436d20adb6994b384"
PKG_SHA256="1a1709ca3abf37112593d2ceba8343f5670a4bcfabaaf613efb990887272caae"
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-armv7-filebrowser.tar.gz"
;;
"x86_64")
PKG_SHA256="f4e9476398de0f0cecdc8a1360c2fc5acd6297b818d0417352debcceb5083f5a"
PKG_SHA256="57f2f25d627aeadead69112d230c25d30c48417ce30f52578fcc59bb21439d17"
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-amd64-filebrowser.tar.gz"
;;
esac