diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-30 13:04:31 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-30 13:04:31 +0000 |
commit | dd7248857fec5dfa34dc42af943c2bee158e53e0 (patch) | |
tree | f0f52ace9d0f76cce1dba8b2d65d7bb823717a63 /openwrt/package/pptpd/Makefile | |
parent | 3af6e8736a065d71f7bab9001995b0913b77d7c4 (diff) |
Update pptpd to 1.3.0, closes #496 for kamikaze
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3715 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pptpd/Makefile')
-rw-r--r-- | openwrt/package/pptpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/pptpd/Makefile b/openwrt/package/pptpd/Makefile index 32e301d75..34d2229ab 100644 --- a/openwrt/package/pptpd/Makefile +++ b/openwrt/package/pptpd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pptpd -PKG_VERSION:=1.2.3 +PKG_VERSION:=1.3.0 PKG_RELEASE:=2 -PKG_MD5SUM:=a521e40ca304b0c125cc25f9b9d03324 +PKG_MD5SUM:=75d494e881f7027f4e60b114163f6b67 PKG_SOURCE_URL:=@SF/poptop PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |