diff options
author | Steven Barth <steven@midlink.org> | 2014-06-15 20:55:17 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-06-15 20:55:17 +0000 |
commit | 02fcbc164361f4944371cf9101403cdd9e647433 (patch) | |
tree | 72336ea5df4dc69920ea7cbd71c12805d33d281b /package/network/services/ppp/Makefile | |
parent | a20868ab2335d730e1771affad6a8046c1ffe2a8 (diff) | |
download | upstream-02fcbc164361f4944371cf9101403cdd9e647433.tar.gz upstream-02fcbc164361f4944371cf9101403cdd9e647433.tar.bz2 upstream-02fcbc164361f4944371cf9101403cdd9e647433.zip |
ppp: bump to 2.4.6
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41193 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/ppp/Makefile')
-rw-r--r-- | package/network/services/ppp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index 9bf96165af..e4e3014f5e 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp -PKG_VERSION:=2.4.5 -PKG_RELEASE:=10 +PKG_VERSION:=2.4.6 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ -PKG_MD5SUM:=4621bc56167b6953ec4071043fe0ec57 +PKG_MD5SUM:=3434d2cc9327167a0723aaaa8670083b PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) |