update to 1.0.7
authorryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 May 2007 02:58:06 +0000 (02:58 +0000)
committerryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 May 2007 02:58:06 +0000 (02:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7197 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/tinc/Makefile

index cf968f4..de4c5d8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2007 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,14 +9,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tinc
-PKG_VERSION:=1.0.6
+PKG_VERSION:=1.0.7
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages \
        http://ftp.yi.se/pub/tinc/ \
        http://www.mirrors.wiretapped.net/security/network-security/tinc/
-PKG_MD5SUM:=5e636f8020d155a81c43af4ae528fda3
+PKG_MD5SUM:=572255e6cbb9efffd9e40adb73ab7861
 PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)