include $(TOPDIR)/rules.mk
PKG_NAME:=openlist
-PKG_VERSION:=4.1.8
+PKG_VERSION:=4.1.10
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:=8ba861db0ad29e60fcfb4544ff3744dfa235ab1744ea0c998e1c6f80a630996d
+PKG_HASH:=0e85b2e9f97c819a79a054c2de1f505b0b0d78e1c8ce6783e12da85ea519840c
PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION)
PKG_LICENSE:=AGPL-3.0-only
/etc/config/openlist
endef
-WEB_VERSION:=4.1.8
+WEB_VERSION:=4.1.10
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:=2adc2144cd064704a11f85de2cbd6129876c9f7ab5d95e8e88e2abd2010ae523
+ HASH:=7df4b3a94eb054963e5eb4addab8d74bdf027c4c02f9a83845ceb7a9eccbc674
endef
define Build/Prepare