bmon: Bump version
The release contains the configure scripts, as such we don't need the autoreconf anymore. Also add a hash file since there is a release tarball uploaded by the maintainer. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a759931c9b
commit
148ea737c0
2
package/bmon/bmon.hash
Normal file
2
package/bmon/bmon.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 78ab9e46840178fbc874cdbc94fde34e72e41a18a27383660b50b4c3cd0d1f9c bmon-3.5.tar.gz
|
@ -4,10 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BMON_VERSION = 3.2
|
||||
BMON_SITE = $(call github,tgraf,bmon,v$(BMON_VERSION))
|
||||
# configure not shipped
|
||||
BMON_AUTORECONF = YES
|
||||
BMON_VERSION = 3.5
|
||||
BMON_SITE = https://github.com/tgraf/bmon/releases/download/v$(BMON_VERSION)/
|
||||
BMON_DEPENDENCIES = host-pkgconf libconfuse libnl ncurses
|
||||
BMON_LICENSE = BSD-2c
|
||||
BMON_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user