diff options
author | Saverio Proto <saverio.proto@switch.ch> | 2017-11-05 00:55:09 +0100 |
---|---|---|
committer | Saverio Proto <saverio.proto@switch.ch> | 2017-11-05 00:56:07 +0100 |
commit | a665803ef2a1f8a6f1e68c212eab8d63e7355c2d (patch) | |
tree | 81be0195c7297eadb60aaccc32901e066b5cafb3 /net/tinc | |
parent | 152b30f8e04a760cf33516e32225f66f7fea8844 (diff) |
tinc: version bump 1.0.33
Signed-off-by: Saverio Proto <saverio.proto@switch.ch>
Diffstat (limited to 'net/tinc')
-rw-r--r-- | net/tinc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tinc/Makefile b/net/tinc/Makefile index 5e02b8fdc..dcc3a073a 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tinc -PKG_VERSION:=1.0.32 +PKG_VERSION:=1.0.33 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages -PKG_HASH:=4db24feaff8db4bbb7edb7a4b8f5f8edc39b26eb5feccc99e8e67a6960c05587 +PKG_HASH:=7f6f5dc6444bc651ac635c81f4745bcce581bbd1d45ed60cbdc4ee11bebb10f4 PKG_INSTALL:=1 |