rrdtool: switch distfiles to github
upstream moved distfiles to github and the old location doesn't work anymore
This commit is contained in:
parent
697b1063a2
commit
42d9e2111c
|
@ -16,8 +16,8 @@ depends="dejavu-fonts-ttf"
|
|||
short_desc="Data logging and graphing system for time series data"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue