diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-09 10:25:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-09 10:25:28 +0000 |
commit | ebde32f45e4113858d333c995520e01aa701d9f0 (patch) | |
tree | 9b197e5d892aeee410988c79fc77b3ffbdc31734 /openwrt/package/tinc/Makefile | |
parent | 083dd6a64edd862625e6d06072874b25a1991971 (diff) |
update tinc to version 1.0.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@818 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/tinc/Makefile')
-rw-r--r-- | openwrt/package/tinc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/tinc/Makefile b/openwrt/package/tinc/Makefile index 15c1b8cd88..01ec4ff6d1 100644 --- a/openwrt/package/tinc/Makefile +++ b/openwrt/package/tinc/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME := tinc -PKG_VERSION := 1.0.3 +PKG_VERSION := 1.0.4 PKG_RELEASE := 1 -PKG_MD5SUM := 5dd1acf7d784e29aae78c31a2630fccd +PKG_MD5SUM := 63887373dd763f8d90cecc5a3616c363 PKG_SOURCE_SITE := http://www.tinc-vpn.org/packages PKG_SOURCE_FILE := $(PKG_NAME)-$(PKG_VERSION).tar.gz |