lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 77e9cba6f16f148ac4b27153270109f758da7c7c
parent 3ac5e168d43f99e9477ebaf860fd6aee0265eff7
Author: nitroshift <nitroshift@users.noreply.github.com>
Date:   Mon, 10 Oct 2016 12:46:03 +0300

Netdata: update to v. 1.4.0

Maintainer: Sebastian Careba nitroshift@yahoo.com
Compile tested: mvebu, WRT1900AC v1 (Mamba), OpenWRT r49953
Run tested: mvebu, WRT1900AC v1 (Mamba), OpenWRT r49953

Description:

Updated package to latest release.

Signed-off-by: Sebastian Careba nitroshift@yahoo.com
Diffstat:
Madmin/netdata/Makefile | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/admin/netdata/Makefile b/admin/netdata/Makefile @@ -8,16 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netdata -PKG_VERSION:=1.3.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.0 +PKG_RELEASE:=1 PKG_MAINTAINER:=Sebastian Careba <nitroshift@yahoo.com> PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://firehol.org/download/netdata/releases/v$(PKG_VERSION) -PKG_SOURCE_VERSION:=f8ed1eac764386b839fbd2db0f41e664 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_VERSION:=3028b87ee19e8550df6b9decc49733d595e0bd6e PKG_INSTALL:=1 PKG_FIXUP:=autoreconf