mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
filebrowser: update to 2.32.0 and addon (1)
This commit is contained in:
parent
a7f15b552a
commit
9ea4909645
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="filebrowser"
|
||||
PKG_VERSION="2.27.0"
|
||||
PKG_REV="0"
|
||||
PKG_VERSION="2.32.0"
|
||||
PKG_REV="1"
|
||||
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="fe68b8f95f9eba2069fe337c7f062bab6da5673f4153c0716a0834caebf261a6"
|
||||
PKG_SHA256="1d45a0ea437ab23ffa9fac0f52064ca5e91e4e43828a4e29f0d5bcbf60fdbf03"
|
||||
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-arm64-filebrowser.tar.gz"
|
||||
;;
|
||||
"arm")
|
||||
PKG_SHA256="82e79ff7d7aa79ade729fc7ac6e20d7bd8afc7c7cca1f4b794b65ee751347472"
|
||||
PKG_SHA256="a772de862a8578d6da38a417b2445547824c03f4ab38f804661e83bda97c2a1d"
|
||||
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-armv7-filebrowser.tar.gz"
|
||||
;;
|
||||
"x86_64")
|
||||
PKG_SHA256="95d5add44820c6f6bf03a1aa063c618f8f242f53b892c1665dc066b4e037ba80"
|
||||
PKG_SHA256="32b6f0d5321917420bbdb139db7c4182a42a52dc32604a076d7f87afd18b25f6"
|
||||
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-amd64-filebrowser.tar.gz"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user