From e664ab4bda1451576bf8269e3b233fd1d971318e Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 8 Feb 2026 17:25:33 +0800 Subject: [PATCH] openlist: Update to 4.1.10 Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.1.10 Signed-off-by: Tianling Shen --- net/openlist/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/openlist/Makefile b/net/openlist/Makefile index bbe568032d..f54699b67d 100644 --- a/net/openlist/Makefile +++ b/net/openlist/Makefile @@ -5,12 +5,12 @@ 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 @@ -51,13 +51,13 @@ define Package/openlist/conffiles /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