diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-10-18 03:23:25 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-10-17 19:03:52 -0700 |
commit | 6b37a1523043f0488fedae8c38e995c4f206b5be (patch) | |
tree | e0331ba67a15725c3e9bb07cde889794811ea4ec /net | |
parent | 212f057df74b3937ebaf8b347852c937484ee7bb (diff) |
dnscrypt-proxy2: update to version 2.1.1
Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/dnscrypt-proxy2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/dnscrypt-proxy2/Makefile b/net/dnscrypt-proxy2/Makefile index 2b2366b71..1bcc61998 100644 --- a/net/dnscrypt-proxy2/Makefile +++ b/net/dnscrypt-proxy2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019-2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2019-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:=dnscrypt-proxy2 -PKG_VERSION:=2.1.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.1.1 +PKG_RELEASE:=1 PKG_SOURCE:=dnscrypt-proxy-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/DNSCrypt/dnscrypt-proxy/tar.gz/$(PKG_VERSION)? -PKG_HASH:=4af43a2143a1d0f9b430f5f08981417cb4475cc590daf79d11c9a0487f72fadc +PKG_HASH:=cc4a2f274ce48c3731ff981e940e6475d912fb356a80481e91725e81d67bde14 PKG_BUILD_DIR:=$(BUILD_DIR)/dnscrypt-proxy-$(PKG_VERSION) PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> |