diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-15 01:15:43 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-15 01:15:43 +0000 |
commit | d6f995300404f4569bc0e5d8dcaca5ee91daafef (patch) | |
tree | 12a20bb67f2fe001b09e5d570e3a0d208e8efc4a /package/ipsec-tools | |
parent | f95d866c034eca3e2ef7f34f9da13e451c31ed01 (diff) | |
download | master-187ad058-d6f995300404f4569bc0e5d8dcaca5ee91daafef.tar.gz master-187ad058-d6f995300404f4569bc0e5d8dcaca5ee91daafef.tar.bz2 master-187ad058-d6f995300404f4569bc0e5d8dcaca5ee91daafef.zip |
update ipsec-tools to new upstream release (v0.6.4)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2679 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipsec-tools')
-rw-r--r-- | package/ipsec-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index 96b3e9fd55..70b0627b52 100644 --- a/package/ipsec-tools/Makefile +++ b/package/ipsec-tools/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipsec-tools -PKG_VERSION:=0.6.3 +PKG_VERSION:=0.6.4 PKG_RELEASE:=1 -PKG_MD5SUM:=8070f90402919d8d313c32c2ee465b2f +PKG_MD5SUM:=d0242a943c82c0cbf28005966ff35e21 PKG_SOURCE_URL:=@SF/ipsec-tools PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |