From: Tianling Shen Date: Mon, 6 Jul 2026 02:12:43 +0000 (+0800) Subject: openlist: Update to 4.2.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f47501ed528ddc40bd59f86cbf291efdd77fb34e;p=openwrt-packages.git openlist: Update to 4.2.3 Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.3 Signed-off-by: Tianling Shen --- diff --git a/net/openlist/Makefile b/net/openlist/Makefile index 67c8fc905..1e1c99ad4 100644 --- a/net/openlist/Makefile +++ b/net/openlist/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openlist -PKG_VERSION:=4.2.2 +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:=4f630caffb625bfd8a8c6bd9f798f7b36bd6147932a450c0b9f6e3ac2979fdbe +PKG_HASH:=3b41170944b5fdbd59a6b1facf438a7f73549de19580858098deb32a797946e3 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.2 +WEB_VERSION:=4.2.3 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:=80ee36630d6b7f6c1caeced2758f0c2b881a1b608102513277105c57a795adbb + HASH:=9cb7683c221376194bc8a299d4d091c882348c3b314dd66acf71278189ee8889 endef define Build/Prepare