diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-02-15 13:52:44 +0100 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-02-15 13:52:59 +0100 |
commit | 5514fca2b7c39fc96cf2e0b15bfede1ffc902d04 (patch) | |
tree | 0af22dcac6783bd345d19a778d55ecfea8e5df70 /net/dnstap | |
parent | ac4cbab7d8b0a4abd0c2fc667d00c77585d103ed (diff) |
dnstap: update to version 0.4.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'net/dnstap')
-rw-r--r-- | net/dnstap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dnstap/Makefile b/net/dnstap/Makefile index 581365e33..b9c553cd5 100644 --- a/net/dnstap/Makefile +++ b/net/dnstap/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2020-2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnstap -PKG_VERSION:=0.3.0 +PKG_VERSION:=0.4.0 PKG_RELEASE:=1 PKG_SOURCE:=golang-dnstap-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/dnstap/golang-dnstap/archive/v$(PKG_VERSION)/ -PKG_HASH:=8ccdb881cb225459c6607830f9d7761821255a81406ee4141fc61d5f4f8d4cb1 +PKG_HASH:=bf59ae30d81dd022b81d946254e2818b397011aec1e0a5bea0c0df9abe1f1f83 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=Apache-2.0 |