diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-11-06 11:41:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-06 11:41:37 +0200 |
commit | 51812c6abe3f2127c27ee4b0073e1e130754e98e (patch) | |
tree | 8903c12b8f21e55803f16d98b8028a9132585da0 /net | |
parent | 8c7f864fa7d5c186792bec941e3f7abfd22e7643 (diff) | |
parent | f6611ab8286adbb452a204410052cda38cc6cd6f (diff) |
Merge pull request #3470 from cshore/pull-request-update-rp-pppoe
net/rp-pppoe: Update to 3.12
Diffstat (limited to 'net')
-rw-r--r-- | net/rp-pppoe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index f4a30c5e4..c35bafb31 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rp-pppoe -PKG_VERSION:=3.11 +PKG_VERSION:=3.12 PKG_RELEASE:=1 -PKG_MAINTAINER:=Daniel Dickinson <lede@daniel.thecshore.com> +PKG_MAINTAINER:=Daniel Dickinson <lede@cshore.thecshore.com> PKG_LICENSE:=LGPL-2.0+ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://roaringpenguin.com/files/download -PKG_MD5SUM:=13b5900c56bd602df6cc526e5e520722 +PKG_MD5SUM:=00794e04031546b0e9b8cf286f2a6d1ccfc4a621b2a3abb2d7ef2a7ab7cc86c2 PKG_BUILD_DEPENDS:=ppp |