[Buildroot] [PATCH] package/bwm-ng: bump version to 0.6.2

Peter Korsgaard peter at korsgaard.com
Mon Sep 16 12:41:45 UTC 2019


Add hash for license file, and drop 'v' from version for compatibility with
release-monitoring.org.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/bwm-ng/bwm-ng.hash | 3 ++-
 package/bwm-ng/bwm-ng.mk   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/bwm-ng/bwm-ng.hash b/package/bwm-ng/bwm-ng.hash
index 4c12b0d81a..4b66227676 100644
--- a/package/bwm-ng/bwm-ng.hash
+++ b/package/bwm-ng/bwm-ng.hash
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256  4b34a8ac2eae2d204d6dea8258c5e34b37094259086f8c9169391409a9311fb5  bwm-ng-f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.tar.gz
+sha256  906a2d561f2ec9e0dd68b7f51b302908e99515ea1216d0ecaf14d873ef54ae70  bwm-ng-0.6.2.tar.gz
+sha256  8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556  COPYING
diff --git a/package/bwm-ng/bwm-ng.mk b/package/bwm-ng/bwm-ng.mk
index 587ffbea5b..5e663dafea 100644
--- a/package/bwm-ng/bwm-ng.mk
+++ b/package/bwm-ng/bwm-ng.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-BWM_NG_VERSION = f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef
-BWM_NG_SITE = $(call github,vgropp,bwm-ng,$(BWM_NG_VERSION))
+BWM_NG_VERSION = 0.6.2
+BWM_NG_SITE = $(call github,vgropp,bwm-ng,v$(BWM_NG_VERSION))
 BWM_NG_CONF_OPTS = --with-procnetdev --with-diskstats
 BWM_NG_LICENSE = GPL-2.0
 BWM_NG_LICENSE_FILES = COPYING
-- 
2.20.1



More information about the buildroot mailing list