From dcd0b8d0255695a9054c33820217a9644d708083 Mon Sep 17 00:00:00 2001 From: "S. Brusch" Date: Thu, 27 Jun 2024 12:58:15 +0200 Subject: [PATCH] crowdsec: Update to latest upstream release version 1.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: S. Brusch Maintainer: Kerma Gérald Package tested: with manual install on different partition tested Description: update to latest version of upstream --- net/crowdsec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/crowdsec/Makefile b/net/crowdsec/Makefile index 321b13d352..a69012bd27 100644 --- a/net/crowdsec/Makefile +++ b/net/crowdsec/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crowdsec -PKG_VERSION:=1.6.0 +PKG_VERSION:=1.6.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:=6d79d67383c7faed6c5b2019e4f01c6ed84334c8c45cd1736ff18a03167aa192 +PKG_HASH:=5f8a4d6ebdaec0a31f6c66c8523896167be59f270b4337ce1db44f62403e7d94 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -- 2.30.2