From 3dfb89583050b80919519aff6a14b8700cd2cdaa Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Mon, 26 Sep 2016 16:51:35 +0200 Subject: [PATCH] bmon: Update to 3.9 Signed-off-by: Baptiste Jonglez --- net/bmon/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/bmon/Makefile b/net/bmon/Makefile index 3fa057e94..e39e24ed9 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bmon -PKG_VERSION:=3.8 -PKG_RELEASE:=2 +PKG_VERSION:=3.9 +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:=162ce0d108ff32cbf44b874c5a7e8147 +PKG_MD5SUM:=a959371dc6f8eecdfe27c088447ec636 PKG_MAINTAINER:=Baptiste Jonglez PKG_LICENSE:=MIT