diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-06 19:48:33 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-06 19:48:33 +0000 |
commit | b112692259d0997b1cb3c5dde7546b4be69bf210 (patch) | |
tree | 544a565e913ecaf3d2c23bb6c62cfbf1212c118b | |
parent | cd48af9071c6b72c337ee48c2454deb8f90313f7 (diff) |
[package] pptp: update to v1.7.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21388 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 fd8f443564..ba55c7515d 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 |