From 90ef561d4ac1057e5086b5926ef7f40b9325e015 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Mon, 17 Mar 2025 02:00:05 +0800 Subject: [PATCH] alist: bump to v3.43.0 --- alist/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/alist/Makefile b/alist/Makefile index e095765..38a1235 100644 --- a/alist/Makefile +++ b/alist/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alist -PKG_VERSION:=3.42.0 -PKG_WEB_VERSION:=3.42.0 +PKG_VERSION:=3.43.0 +PKG_WEB_VERSION:=3.43.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/AlistGo/alist/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=e9d0370c6bbeaf7e3d25b8865b000892bcc1d61f3604b744b6778ba46281dc9a +PKG_HASH:=803e3568d055053cbd345834237308708872cd6e154df1da7c00bc46803e4a8a PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILE:=LICENSE @@ -23,7 +23,7 @@ define Download/$(PKG_NAME)-web FILE:=$(PKG_NAME)-web-$(PKG_WEB_VERSION).tar.gz URL_FILE:=dist.tar.gz URL:=https://github.com/AlistGo/alist-web/releases/download/$(PKG_WEB_VERSION)/ - HASH:=685dd13b4da39e253085d82fd11074f051b1cbc40238479421763b3d2e49b2f0 + HASH:=22d1fcbd10af2257029c65add00a589201fabf9509ea57494a6d088b76a4e8a2 endef PKG_BUILD_DEPENDS:=golang/host