diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-22 11:40:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-22 11:40:53 +0100 |
commit | b247e33b4c8eef9ef3b9ecd1d8f75b815f434cf3 (patch) | |
tree | 594a9c24a46359b4f4f5da4e9ebc9530d878dccd /package/pptp/Makefile | |
parent | 680045b01f466e4c14909d8101436b4e0c212580 (diff) |
fix musl compile, update to latest upstream
Diffstat (limited to 'package/pptp/Makefile')
-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 a2d6fb90a..feea59480 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= pptp -PKG_VERSION:= 1.6.0 -PKG_RELEASE:= 3 -PKG_MD5SUM:= 9a706327fb9827541d7c86d48ceb9631 +PKG_VERSION:= 1.8.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 4efce9f263e2c3f38d79d9df222476de PKG_DESCR:= a Point-to-Point Tunneling Protocol (PPTP) client PKG_SECTION:= ppp PKG_DEPENDS:= ppp kmod-net-ipgre |