From: Tianling Shen Date: Sun, 9 Nov 2025 13:16:07 +0000 (+0800) Subject: openlist: Update to 4.1.6 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=29af05bd2060919d1e01a7b8120acd824eab61ce;p=openwrt-packages.git openlist: Update to 4.1.6 Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.1.6 Signed-off-by: Tianling Shen --- diff --git a/net/openlist/Makefile b/net/openlist/Makefile index 62c782a06..f313c7303 100644 --- a/net/openlist/Makefile +++ b/net/openlist/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openlist -PKG_VERSION:=4.1.5 +PKG_VERSION:=4.1.6 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:=5ddf3f0b7616248862a8b908cffad9437d19053092bc45e8299ad7c95a3626d2 +PKG_HASH:=9cb26d5a41a9df56a6c937bc37a572ff104e2d5a72c0ec8813273f2e67c0a092 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.5 +WEB_VERSION:=4.1.6 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:=3445cf8752d09f7a6ed9360ac9cc6bd57718f1f30a37d1754215e5125de15535 + HASH:=0f9933449040e1253f04d4ed79aa62783a5d817c884495b63f99c7207012d1b8 endef define Build/Prepare