From bf07d331b0b15168d8047e0bbf4786a1e8265470 Mon Sep 17 00:00:00 2001 From: Ryan Keane Date: Tue, 19 Nov 2024 07:50:30 -0800 Subject: [PATCH] alist: Bump to 3.39.2 Change Github repository owner from `alist-org` to `AlistGo`. web-dist 3.39.2: - No significant changes. Release notes in links below. Close: #25405 Link: https://github.com/AlistGo/alist/releases/tag/v3.39.2 Link: https://github.com/AlistGo/alist-web/compare/3.39.0...3.39.2 Signed-off-by: Ryan Keane --- net/alist/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/alist/Makefile b/net/alist/Makefile index b16259dd42..f8bc9b7585 100644 --- a/net/alist/Makefile +++ b/net/alist/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alist -PKG_VERSION:=3.39.1 +PKG_VERSION:=3.39.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/alist-org/alist/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=f211a3b35b6c600a94dbee9041cb5e167284613be383c5944afef6b0b86ab330 +PKG_SOURCE_URL:=https://codeload.github.com/AlistGo/alist/tar.gz/v$(PKG_VERSION)? +PKG_HASH:=c455b3fc14f4fd2b81ce1a590113027e3cb278a66a77fd5d21f3a295eb3ea987 PKG_LICENSE:=AGPL-3.0-only PKG_LICENSE_FILES:=LICENSE @@ -49,13 +49,13 @@ define Package/alist/conffiles /etc/config/alist endef -WEB_VERSION:=3.39.0 +WEB_VERSION:=3.39.2 WEB_FILE:=$(PKG_NAME)-web-$(WEB_VERSION).tar.gz define Download/alist-web - URL:=https://github.com/alist-org/alist-web/releases/download/$(WEB_VERSION)/ + URL:=https://github.com/AlistGo/alist-web/releases/download/$(WEB_VERSION)/ URL_FILE:=dist.tar.gz FILE:=$(WEB_FILE) - HASH:=59f5dae6fed76ca708b12a7a6323ef85cdee48861ffafb8864c785b7d7c36e89 + HASH:=d998315aff5544e7d7248214d02a3b04a92366bf0ac50fb4791b23833e8b543a endef define Build/Prepare -- 2.30.2