diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-15 01:15:43 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-15 01:15:43 +0000 |
commit | 2ef057be24fef1b604ad922598452bf117569fb9 (patch) | |
tree | 47688f64ac6c193f574fa2e88076b7bbefacca16 /openwrt/package/ipsec-tools | |
parent | b9c7d0b8df1c4c644ae30c7100fab151ea4130e7 (diff) |
update ipsec-tools to new upstream release (v0.6.4)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2679 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ipsec-tools')
-rw-r--r-- | openwrt/package/ipsec-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/ipsec-tools/Makefile b/openwrt/package/ipsec-tools/Makefile index 96b3e9fd5..70b0627b5 100644 --- a/openwrt/package/ipsec-tools/Makefile +++ b/openwrt/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 |