mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
filebrowser: update to 2.27.0 and addon (1)
This commit is contained in:
parent
6151351ee3
commit
0a0c4595f9
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="filebrowser"
|
PKG_NAME="filebrowser"
|
||||||
PKG_VERSION="2.26.0"
|
PKG_VERSION="2.27.0"
|
||||||
PKG_REV="0"
|
PKG_REV="1"
|
||||||
PKG_LICENSE="Apache License 2.0"
|
PKG_LICENSE="Apache License 2.0"
|
||||||
PKG_SITE="https://filebrowser.org"
|
PKG_SITE="https://filebrowser.org"
|
||||||
PKG_DEPENDS_TARGET="toolchain:host"
|
PKG_DEPENDS_TARGET="toolchain:host"
|
||||||
@ -15,15 +15,15 @@ PKG_TOOLCHAIN="manual"
|
|||||||
|
|
||||||
case "${ARCH}" in
|
case "${ARCH}" in
|
||||||
"aarch64")
|
"aarch64")
|
||||||
PKG_SHA256="fd8de3bcc35307a0b662a86fdb51b2a511eff18f3b912e96b89aec3ad8827866"
|
PKG_SHA256="fe68b8f95f9eba2069fe337c7f062bab6da5673f4153c0716a0834caebf261a6"
|
||||||
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-arm64-filebrowser.tar.gz"
|
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-arm64-filebrowser.tar.gz"
|
||||||
;;
|
;;
|
||||||
"arm")
|
"arm")
|
||||||
PKG_SHA256="718317c70e6f2d9e09ababb7be24b9f73c744c1c0878cc656fc69c19384ebee7"
|
PKG_SHA256="82e79ff7d7aa79ade729fc7ac6e20d7bd8afc7c7cca1f4b794b65ee751347472"
|
||||||
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-armv7-filebrowser.tar.gz"
|
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-armv7-filebrowser.tar.gz"
|
||||||
;;
|
;;
|
||||||
"x86_64")
|
"x86_64")
|
||||||
PKG_SHA256="02c659acb3c6277d396cda873f296d9748900f1a007ceb006d6b92951ad6db0d"
|
PKG_SHA256="95d5add44820c6f6bf03a1aa063c618f8f242f53b892c1665dc066b4e037ba80"
|
||||||
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-amd64-filebrowser.tar.gz"
|
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-amd64-filebrowser.tar.gz"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user