diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-06 19:48:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-06 19:48:33 +0000 |
commit | cd7f3293b740efa15f22f1f8d52db79af7c28218 (patch) | |
tree | 728a194086309f08b43ae8d4c9aac6d44edf081f /package/pptp | |
parent | 4eee1bb4395832fcdec2813d1eb8c64d8e1d9121 (diff) | |
download | mtk-20170518-cd7f3293b740efa15f22f1f8d52db79af7c28218.zip mtk-20170518-cd7f3293b740efa15f22f1f8d52db79af7c28218.tar.gz mtk-20170518-cd7f3293b740efa15f22f1f8d52db79af7c28218.tar.bz2 |
pptp: update to v1.7.1
SVN-Revision: 21388
Diffstat (limited to 'package/pptp')
-rw-r--r-- | package/pptp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index fd8f443..ba55c75 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pptp -PKG_VERSION:=1.6.0 -PKG_RELEASE:=7 +PKG_VERSION:=1.7.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/pptpclient -PKG_MD5SUM:=9a706327fb9827541d7c86d48ceb9631 +PKG_MD5SUM:=b47735ba5d6d37dfdbccb85afc044ede include $(INCLUDE_DIR)/package.mk |