mirror of https://github.com/openwrt/packages.git
openlist: update to 4.2.5
Release note: - https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.4 - https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.5 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>pull/30425/head
parent
463f06b22c
commit
512b7df5f5
|
|
@ -5,12 +5,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=openlist
|
||||
PKG_VERSION:=4.2.3
|
||||
PKG_VERSION:=4.2.5
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/OpenListTeam/OpenList/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=3b41170944b5fdbd59a6b1facf438a7f73549de19580858098deb32a797946e3
|
||||
PKG_HASH:=dd9f19bb4dc9b8a06bb839dff91eb69833b2b9c77a9bfe82fc8caf1f47e97df1
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION)
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0-only
|
||||
|
|
@ -52,13 +52,13 @@ define Package/openlist/conffiles
|
|||
/etc/config/openlist
|
||||
endef
|
||||
|
||||
WEB_VERSION:=4.2.3
|
||||
WEB_VERSION:=4.2.5
|
||||
WEB_FILE:=$(PKG_NAME)-frontend-dist-v$(WEB_VERSION).tar.gz
|
||||
define Download/openlist-web
|
||||
URL:=https://github.com/OpenListTeam/OpenList-Frontend/releases/download/v$(WEB_VERSION)/
|
||||
URL_FILE:=$(WEB_FILE)
|
||||
FILE:=$(WEB_FILE)
|
||||
HASH:=9cb7683c221376194bc8a299d4d091c882348c3b314dd66acf71278189ee8889
|
||||
HASH:=78e957e5b8855e30d00767458ab90ec11125a0344a238cc1e1990f46553d4308
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
|
|
|
|||
Loading…
Reference in New Issue