diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-16 22:53:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-16 22:53:40 +0000 |
commit | a1a23239a2f0e5b4fadf0ab9cdf0a7c498bf3f08 (patch) | |
tree | b927ed8bc11c90aef2f71b5a680d8d44a38826fb | |
parent | f2c6f48cf523194d3b2d76b095706044e986d953 (diff) | |
download | upstream-a1a23239a2f0e5b4fadf0ab9cdf0a7c498bf3f08.tar.gz upstream-a1a23239a2f0e5b4fadf0ab9cdf0a7c498bf3f08.tar.bz2 upstream-a1a23239a2f0e5b4fadf0ab9cdf0a7c498bf3f08.zip |
increase pptp package version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1471 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/pptp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index 94ac61cde5..3334f23114 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pptp PKG_VERSION:=1.6.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=9a706327fb9827541d7c86d48ceb9631 PKG_SOURCE_URL:=@SF/pptpclient |