diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2016-12-18 18:33:05 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2016-12-18 18:33:05 +0100 |
commit | 200834c7c2a16edc332ad218d2ed38fce9f328cb (patch) | |
tree | 5ec5a20d2daf8ccd78809042fafd0f393eb6a8cd /net/bmon/Makefile | |
parent | f7f8197af27effe92630ce399efa695aedf607c4 (diff) |
bmon: Bump to 4.0, update copyright
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Diffstat (limited to 'net/bmon/Makefile')
-rw-r--r-- | net/bmon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile index e39e24ed9..a8c08fb2d 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2007-2014 OpenWrt.org +# Copyright (C) 2014-2016 Baptiste Jonglez # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bmon -PKG_VERSION:=3.9 +PKG_VERSION:=4.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/tgraf/bmon/releases/download/v$(PKG_VERSION)/ -PKG_MD5SUM:=a959371dc6f8eecdfe27c088447ec636 +PKG_MD5SUM:=02fdc312b8ceeb5786b28bf905f54328f414040ff42f45c83007f24b76cc9f7a PKG_MAINTAINER:=Baptiste Jonglez <openwrt-pkg@bitsofnetworks.org> PKG_LICENSE:=MIT |