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 | def8b2ad9a42926db0e4c6eeebd0b6ab95498acf (patch) | |
tree | e9986b61a3d5dd93d5b706f5836aa49bd5e983db /package/tinc/Makefile | |
parent | 93bdd996176c3237696e554d6d1b567ba29aca23 (diff) |
update tinc to version 1.0.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@818 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/tinc/Makefile')
-rw-r--r-- | package/tinc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tinc/Makefile b/package/tinc/Makefile index 15c1b8cd88..01ec4ff6d1 100644 --- a/package/tinc/Makefile +++ b/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 |