diff options
author | Kerma Gérald <gandalf@gk2.net> | 2022-01-26 09:45:39 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-01-27 17:43:16 -0800 |
commit | d2fd1f8346de74caf6b069bd61fa9d358d0789f6 (patch) | |
tree | fb8c6f9a02bc1131c6e8c1db6231278fb45e2066 /net/crowdsec | |
parent | 19c135685f7b9eefbf75b5a96b780f4fa2b46f19 (diff) |
crowdsec: update from latest upstream release 1.3.0
Changes (from 1.2.3):
https://github.com/crowdsecurity/crowdsec/compare/v1.2.3...v1.3.0
Signed-off-by: Kerma Gérald <gandalf@gk2.net>
Diffstat (limited to 'net/crowdsec')
-rw-r--r-- | net/crowdsec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/crowdsec/Makefile b/net/crowdsec/Makefile index e08045142..85dd27f67 100644 --- a/net/crowdsec/Makefile +++ b/net/crowdsec/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crowdsec -PKG_VERSION:=1.2.3 +PKG_VERSION:=1.3.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/crowdsecurity/crowdsec/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=c94163ac2b90864149bd5ced3b77ecb5c9e9a68d3c7a938f23e05ef72da69938 +PKG_HASH:=b81419d9a1af500c16a02f052ac6af54253a621ee1575131dfae0f578426d816 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |