From 72c8d3ee34169e63b315e51db0c910cf331b49d6 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 15 Jun 2026 11:37:09 +0800 Subject: [PATCH] openlist: Update to 4.2.2 Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.2 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 7a773b6eba..67c8fc905e 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.2 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:=4f630caffb625bfd8a8c6bd9f798f7b36bd6147932a450c0b9f6e3ac2979fdbe PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION) PKG_LICENSE:=AGPL-3.0-only @@ -52,13 +52,13 @@ define Package/openlist/conffiles /etc/config/openlist endef -WEB_VERSION:=4.2.1 +WEB_VERSION:=4.2.2 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:=e63cf21666f9c0ef41e46e5dfe05055c81e1531a668e577ced39f296952f5bd3 + HASH:=80ee36630d6b7f6c1caeced2758f0c2b881a1b608102513277105c57a795adbb endef define Build/Prepare