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 | dafa3720392c80988c0d095f4e8b3dc24fe16cf7 (patch) | |
tree | 5a853fd3349149f60c9380eb01a233177c7d63e2 /openwrt/package/ipsec-tools | |
parent | 5d608ab146ff4c825212facfcd3cbea194e46163 (diff) | |
download | mtk-20170518-dafa3720392c80988c0d095f4e8b3dc24fe16cf7.zip mtk-20170518-dafa3720392c80988c0d095f4e8b3dc24fe16cf7.tar.gz mtk-20170518-dafa3720392c80988c0d095f4e8b3dc24fe16cf7.tar.bz2 |
update ipsec-tools to new upstream release (v0.6.4)
SVN-Revision: 2679
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 96b3e9f..70b0627 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 |