From 76c19152fbc83c0ea36ebaf5f3bbd2c3672d6514 Mon Sep 17 00:00:00 2001 From: "S. Brusch" Date: Wed, 7 Jun 2023 21:10:03 +0200 Subject: [PATCH] crowdsec: new upstream release version 1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Update crowdsec to latest upstream release version 1.5.2 Signed-off-by: S. Brusch Maintainer: Kerma Gérald Run tested: ipq40xx/generic, Fritzbox 4040, Openwrt 22.03.5 Description: update to latest version of upstream (cherry picked from commit 1813bf2c6e2f4cbf17af582d1626698fe8da5821) --- net/crowdsec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/crowdsec/Makefile b/net/crowdsec/Makefile index a2aee3f752..1b63a33c22 100644 --- a/net/crowdsec/Makefile +++ b/net/crowdsec/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crowdsec -PKG_VERSION:=1.5.1 +PKG_VERSION:=1.5.2 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:=427f11b1a788a482b4fec8d23edd27ef589a58e1ebd0cb15182f105ad26f128b +PKG_HASH:=18de78572600166c3a7636e9cd4ea011d204211638810969d99cb65feb78c231 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -- 2.30.2