diff options
author | Saverio Proto <zioproto@gmail.com> | 2014-12-24 09:49:05 +0100 |
---|---|---|
committer | Saverio Proto <zioproto@gmail.com> | 2014-12-24 09:49:05 +0100 |
commit | 695b5950126f3761d220f5d4640df782acf325bf (patch) | |
tree | 3c073c7bf5128507e7374c6c747d0decaa9f747c /net/tinc | |
parent | d838872cc5f13109aea25f155eada9ca163214c3 (diff) |
[tinc] Update to tinc 1.0.25
Diffstat (limited to 'net/tinc')
-rw-r--r-- | net/tinc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tinc/Makefile b/net/tinc/Makefile index 945ca781c..0656ec983 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tinc -PKG_VERSION:=1.0.24 -PKG_RELEASE:=2 +PKG_VERSION:=1.0.25 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages -PKG_MD5SUM:=14a91eb2e85bdc0451a815612521b708 +PKG_MD5SUM:=0b91b693f7cf76f481b547d0c86f9578 PKG_INSTALL:=1 |