From 42d9e2111c99f00d61645c27ae70883bd85ba32d Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 16 Jun 2022 19:33:15 +0200 Subject: [PATCH] rrdtool: switch distfiles to github upstream moved distfiles to github and the old location doesn't work anymore --- srcpkgs/rrdtool/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template index b1bd0e4e50e..9fd659a5b5f 100644 --- a/srcpkgs/rrdtool/template +++ b/srcpkgs/rrdtool/template @@ -16,8 +16,8 @@ depends="dejavu-fonts-ttf" short_desc="Data logging and graphing system for time series data" maintainer="Enno Boland " license="GPL-2.0-or-later" -homepage="http://oss.oetiker.ch/rrdtool" -distfiles="http://oss.oetiker.ch/rrdtool/pub/${pkgname}-${version}.tar.gz" +homepage="https://oss.oetiker.ch/rrdtool" +distfiles="https://github.com/oetiker/rrdtool-1.x/releases/download/v${version}/rrdtool-${version}.tar.gz" checksum=a199faeb7eff7cafc46fac253e682d833d08932f3db93a550a4a5af180ca58db python_version=3 nocross=yes