diff options
author | Saverio Proto <zioproto@gmail.com> | 2019-10-27 09:21:10 +0100 |
---|---|---|
committer | Saverio Proto <zioproto@gmail.com> | 2019-10-27 09:27:31 +0100 |
commit | b6ec718b98a4edb1c90dd049723e51e4e722b595 (patch) | |
tree | 045512a79e6cb03d79e6a8ea6c2e2180466e2dff /net/tinc | |
parent | 9d39cd2d3c117578fd99291b11c3363c7b91b774 (diff) |
tinc: version bump to 1.0.36
Signed-off-by: Saverio Proto <zioproto@gmail.com>
Diffstat (limited to 'net/tinc')
-rw-r--r-- | net/tinc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tinc/Makefile b/net/tinc/Makefile index 8b24aae72..d72273c9a 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2015 OpenWrt.org +# Copyright (C) 2007-2019 OpenWrt.org # # 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:=tinc -PKG_VERSION:=1.0.35 -PKG_RELEASE:=3 +PKG_VERSION:=1.0.36 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.tinc-vpn.org/packages -PKG_HASH:=18c83b147cc3e2133a7ac2543eeb014d52070de01c7474287d3ccecc9b16895e +PKG_HASH:=40f73bb3facc480effe0e771442a706ff0488edea7a5f2505d4ccb2aa8163108 PKG_CPE_ID:=cpe:/a:tinc:tinc |