From 8e1378529c7c278dc8061660b78d26f47a2fd83b Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Thu, 26 May 2022 07:43:53 +0200 Subject: [PATCH] RRDtool Downloads moved to GitHub! So, this is proper place for source file(s): https://github.com/oetiker/rrdtool-1.x/releases. Thanks to @3eka for pointing that out. --- components/image/rrdtool/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/image/rrdtool/Makefile b/components/image/rrdtool/Makefile index e211f771fb1..4109b7af031 100644 --- a/components/image/rrdtool/Makefile +++ b/components/image/rrdtool/Makefile @@ -20,7 +20,7 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME= rrdtool -COMPONENT_VERSION= 1.7.2 +COMPONENT_VERSION= 1.8.0 COMPONENT_FMRI= image/rrdtool COMPONENT_CLASSIFICATION=Applications/System Utilities COMPONENT_SUMMARY= Data analysis tool generating graphical representations @@ -30,9 +30,9 @@ COMPONENT_DESCRIPTION= RRDtool is the OpenSource industry standard, high perform applications. COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz -COMPONENT_ARCHIVE_HASH= sha256:a199faeb7eff7cafc46fac253e682d833d08932f3db93a550a4a5af180ca58db -COMPONENT_ARCHIVE_URL= http://oss.oetiker.ch/rrdtool/pub/$(COMPONENT_ARCHIVE) -COMPONENT_PROJECT_URL= http://oss.oetiker.ch/rrdtool/ +COMPONENT_ARCHIVE_HASH= sha256:bd37614137d7a8dc523359648eb2a81631a34fd91a82ed5581916a52c08433f4 +COMPONENT_ARCHIVE_URL= https://github.com/oetiker/rrdtool-1.x/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) +COMPONENT_PROJECT_URL= https://github.com/oetiker/rrdtool-1.x COMPONENT_LICENSE= GPLv2 COMPONENT_LICENSE_FILE= LICENSE