From: Tianling Shen Date: Mon, 29 Dec 2025 09:14:37 +0000 (+0800) Subject: openlist: Update to 4.1.8 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=84f4bb9515e4d12ebcc83dc9ba75d80cdfa21e18;p=feed%2Fpackages.git openlist: Update to 4.1.8 Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.1.8 Signed-off-by: Tianling Shen --- diff --git a/net/openlist/Makefile b/net/openlist/Makefile index 6bcba0cd84..bbe568032d 100644 --- a/net/openlist/Makefile +++ b/net/openlist/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openlist -PKG_VERSION:=4.1.7 +PKG_VERSION:=4.1.8 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:=f1b92628be09ba181decc46423c3e0624b78aedfcd28590990a46ba03d75e5e4 +PKG_HASH:=8ba861db0ad29e60fcfb4544ff3744dfa235ab1744ea0c998e1c6f80a630996d PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION) PKG_LICENSE:=AGPL-3.0-only @@ -51,13 +51,13 @@ define Package/openlist/conffiles /etc/config/openlist endef -WEB_VERSION:=4.1.7 +WEB_VERSION:=4.1.8 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:=82b54356ec168d8cd407f5f2c773271dfc65faa0640578feba6aca50bbb5b6f9 + HASH:=2adc2144cd064704a11f85de2cbd6129876c9f7ab5d95e8e88e2abd2010ae523 endef define Build/Prepare