diff options
author | Daniel Dickinson <lede@cshore.thecshore.com> | 2016-10-23 17:35:01 -0400 |
---|---|---|
committer | Daniel Dickinson <lede@cshore.thecshore.com> | 2016-10-23 17:35:07 -0400 |
commit | f6611ab8286adbb452a204410052cda38cc6cd6f (patch) | |
tree | 78caa7cbbb341c34814590393ade83439c3c4d92 /net | |
parent | dc55a94cde4c85a9f9495b96853db61a2f2c3413 (diff) |
net/rp-pppoe: Update to 3.12
Update package to latest stable upstream and update my maintainer email
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
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 |