diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:24:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:43 +0200 |
commit | b58e903c49a82d8eb7630297bd7124c57c1a8d72 (patch) | |
tree | c1191edc2592d9d2445af00d4dcfb6bceb244c71 /package/ppp/Makefile | |
parent | 437da8398b206c3f3130f747c8bf776da58fc340 (diff) |
update ppp to latest stable version
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 4e44c6050..b236d4770 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -4,14 +4,14 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= ppp -PKG_VERSION:= 2.4.6 +PKG_VERSION:= 2.4.7 PKG_RELEASE:= 1 -PKG_HASH:= 1b33181a03962c8a092c055fb9980e9722728a8d98a4bb7ec7acda17c1b1b49d +PKG_HASH:= 02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30 PKG_DESCR:= point-to-point protocol software PKG_SECTION:= net/ppp PKG_BUILDDEP:= libpcap PKG_URL:= http://ppp.samba.org/ -PKG_SITES:= ftp://ftp.samba.org/pub/ppp/ +PKG_SITES:= https://ppp.samba.org/ftp/ppp/ PKG_CFLINE_PPP:= select ADK_KERNEL_PPP m DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |