From 534b88c5f8f0c4f608b7dd7eed1bdabf10252de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Mon, 8 Jun 2020 15:13:28 +0200 Subject: [PATCH] flent-tools: Bump to v1.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add coreutils-sleep and coreutils-date as dependencies (Flent needs these for the scripts-based remote data gathering tools). Signed-off-by: Toke Høiland-Jørgensen --- utils/flent-tools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/flent-tools/Makefile b/utils/flent-tools/Makefile index 707d684267..f2f551481c 100644 --- a/utils/flent-tools/Makefile +++ b/utils/flent-tools/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flent-tools -PKG_VERSION:=1.2.2 +PKG_VERSION:=1.3.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tohojo/flent/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=554bb1b5329cd39113cbb34445765ca6868dbf033aa64832d957d4a09d56adc7 +PKG_HASH:=f71793bb924b36d0e4c230182755c3f5dd26cd7f239b1fa6b717d942258cbf9a PKG_BUILD_DIR:=$(BUILD_DIR)/flent-$(PKG_VERSION) PKG_LICENSE:=GPL-3.0-only @@ -28,7 +28,7 @@ define Package/flent-tools TITLE:=Helper programs for the Flent test tool URL:=https://flent.org MAINTAINER:=Toke Høiland-Jørgensen - DEPENDS+=+librt + DEPENDS+=+librt +coreutils-sleep +coreutils-date endef define Package/flent-tc_iterate/description