From 468916ac880c88246f382e4d1b089f08ccfa3e95 Mon Sep 17 00:00:00 2001 From: "S. Brusch" Date: Tue, 19 Sep 2023 14:51:45 +0200 Subject: [PATCH] crowdsec: new upstream release version 1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Update crowdsec to latest upstream release version 1.5.4 Signed-off-by: S. Brusch Maintainer: Kerma Gérald Build tested: package build checked, no run test due to limited space Description: update to latest version of upstream (cherry picked from commit 7528bf76821eb9234d4665752371c85496ca5b89) --- net/crowdsec/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/crowdsec/Makefile b/net/crowdsec/Makefile index 1b63a33c22..da429ad1be 100644 --- a/net/crowdsec/Makefile +++ b/net/crowdsec/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crowdsec -PKG_VERSION:=1.5.2 +PKG_VERSION:=1.5.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/crowdsecurity/crowdsec/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=18de78572600166c3a7636e9cd4ea011d204211638810969d99cb65feb78c231 +PKG_HASH:=afa4021f77e9cb87d7fd11cd86146770836dc15cad1ae8a4edce1314b14be98a PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE @@ -29,7 +29,7 @@ CWD_BUILD_CODENAME:=alphaga CWD_BUILD_TIMESTAMP:=$(shell date +%F"_"%T) CWD_BUILD_TAG:=openwrt-$(PKG_VERSION)-$(PKG_RELEASE) -CWD_VERSION_PKG:=github.com/crowdsecurity/crowdsec/pkg/cwversion +CWD_VERSION_PKG:=github.com/crowdsecurity/go-cs-lib/version GO_PKG:=github.com/crowdsecurity/crowdsec GO_PKG_INSTALL_ALL:=1 -- 2.30.2