crowdsec: new upstream release version 1.5.4
authorS. Brusch <redacted>
Tue, 19 Sep 2023 12:51:45 +0000 (14:51 +0200)
committerRosen Penev <redacted>
Sun, 24 Sep 2023 01:45:10 +0000 (18:45 -0700)
Update crowdsec to latest upstream release version 1.5.4

Signed-off-by: S. Brusch <redacted>
Maintainer: Kerma GĂ©rald <redacted>
Build tested: package build checked, no run test due to limited space

Description: update to latest version of upstream

net/crowdsec/Makefile

index 689daa7c1e2dd746527ad1c22298a469b05df292..554669592bdc8fa2c1601b54ee0dde0a47e21601 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT