diff --git a/net/openlist/Makefile b/net/openlist/Makefile index baceb2b1ad..1fe3f5ae85 100644 --- a/net/openlist/Makefile +++ b/net/openlist/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openlist -PKG_VERSION:=4.2.1 +PKG_VERSION:=4.2.3 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:=95d4a30f9669837a4c92daf88f74d223eca773e3445c270681c67e2b3dc3ac31 +PKG_HASH:=3b41170944b5fdbd59a6b1facf438a7f73549de19580858098deb32a797946e3 PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION) PKG_LICENSE:=AGPL-3.0-only @@ -50,13 +50,13 @@ define Package/openlist/conffiles /etc/config/openlist endef -FRONTEND_VERSION:=4.2.1 +FRONTEND_VERSION:=4.2.3 FRONTEND_FILE:=$(PKG_NAME)-frontend-dist-v$(FRONTEND_VERSION).tar.gz define Download/openlist-frontend URL:=https://github.com/OpenListTeam/OpenList-Frontend/releases/download/v$(FRONTEND_VERSION)/ URL_FILE:=$(FRONTEND_FILE) FILE:=$(FRONTEND_FILE) - HASH:=e63cf21666f9c0ef41e46e5dfe05055c81e1531a668e577ced39f296952f5bd3 + HASH:=9cb7683c221376194bc8a299d4d091c882348c3b314dd66acf71278189ee8889 endef define Build/Prepare