From: Toke Høiland-Jørgensen Date: Mon, 8 Jun 2020 13:13:28 +0000 (+0200) Subject: flent-tools: Bump to v1.3.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=534b88c5f8f0c4f608b7dd7eed1bdabf10252de2;p=openwrt-packages.git flent-tools: Bump to v1.3.2 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 --- diff --git a/utils/flent-tools/Makefile b/utils/flent-tools/Makefile index 707d68426..f2f551481 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