filebrowser: update to 2.10.0

This commit is contained in:
AmadeusGhost 2020-12-18 15:20:30 +08:00
parent cca30138b1
commit 87ecf578af
2 changed files with 6 additions and 6 deletions

View File

@ -7,16 +7,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=filebrowser
PKG_VERSION:=2.6.2
PKG_VERSION:=2.10.0
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=be8683f
PKG_SOURCE_VERSION:=7a5298a
PKG_SOURCE_URL:=https://github.com/filebrowser/filebrowser
PKG_MIRROR_HASH:=dbf4ff9db137d1f596ad687edec097ae1bbf75ef04447256044e960e044e2ee5
PKG_MIRROR_HASH:=7a103204c6c898f64895719df9ff15b18f7361a637f9283678175bb958f4d8c4
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE.txt
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=CN_SZTL <cnsztl@project-openwrt.eu.org>
PKG_BUILD_DEPENDS:=golang/host node/host

View File

@ -57,5 +57,5 @@ reload_service()
}
service_triggers() {
procd_add_reload_trigger "filebrowser"
}
procd_add_reload_trigger "filebrowser"
}