From fe4743c7702069e658a517e0b1b3470b1a104332 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Tue, 24 Jun 2025 06:53:42 +0800 Subject: [PATCH] openlist: bump to v4.0.2 --- openlist/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openlist/Makefile b/openlist/Makefile index 85df70c..64a3e9e 100644 --- a/openlist/Makefile +++ b/openlist/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openlist -PKG_VERSION:=4.0.1 -PKG_WEB_VERSION:=4.0.1 -PKG_RELEASE:=2 +PKG_VERSION:=4.0.2 +PKG_WEB_VERSION:=4.0.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:=a41798e4fcd56b6fa500e22558908de1cd1a4db6344170c933ecac803b81b4a5 +PKG_HASH:=d6e7ca46748b1b1d21ff28850f5b25112930d3d2c211e8b9cec1041cbd3523d5 PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION) @@ -24,7 +24,7 @@ PKG_MAINTAINER:=sbwml define Download/openlist-frontend FILE:=openlist-frontend-dist-v$(PKG_WEB_VERSION).tar.gz URL:=https://github.com/OpenListTeam/OpenList-Frontend/releases/download/v$(PKG_WEB_VERSION)/ - HASH:=0d52781014d01697e3f5af0131ae6f87124f06786188e543fe8b8a12bbeae7bd + HASH:=f28d15059918dbaf4a0da2f2d92b4a956b46019d321f567217ad4318076c2462 endef PKG_BUILD_DEPENDS:=golang/host @@ -38,7 +38,7 @@ GO_PKG_LDFLAGS:= \ -X '$(GO_PKG)/internal/conf.GoVersion=$(shell $(STAGING_DIR_HOSTPKG)/bin/go version | sed 's/go version //')' \ -X '$(GO_PKG)/internal/conf.GitAuthor=The OpenList Projects Contributors ' \ -X '$(GO_PKG)/internal/conf.GitCommit=tarball/$(shell echo $(PKG_HASH) | cut -c 1-7)' \ - -X '$(GO_PKG)/internal/conf.Version=$(PKG_VERSION) (OpenWrt $(ARCH_PACKAGES))' \ + -X '$(GO_PKG)/internal/conf.Version=v$(PKG_VERSION) (OpenWrt $(ARCH_PACKAGES))' \ -X '$(GO_PKG)/internal/conf.WebVersion=v$(PKG_WEB_VERSION)' ifneq ($(CONFIG_ARCH_64BIT),y) GO_PKG_EXCLUDES:=drivers/lark