From f9d42ab89819fc54bdb44b06005e4b6cd16c2327 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 25 Oct 2022 14:18:08 +0200 Subject: [PATCH] graphviz: update to 7.0.0. --- srcpkgs/graphviz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index 48a4407ac5f..c464e2a735f 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,6 +1,6 @@ # Template file for 'graphviz' pkgname=graphviz -version=6.0.2 +version=7.0.0 revision=1 build_style=gnu-configure configure_args="--with-gts" @@ -16,7 +16,7 @@ license="EPL-1.0" homepage="https://www.graphviz.org" changelog="https://gitlab.com/graphviz/graphviz/-/raw/main/CHANGELOG.md" distfiles="https://gitlab.com/graphviz/graphviz/-/archive/${version}/graphviz-${version}.tar.gz" -checksum=a9b823af1f1648f1c325050c45b401c38bde86519e8c1ade16284a8f68bed3ff +checksum=40a4cdbc02a58fcaaa8cf4cc43d92cf48c5a23a27ba2c1983038ad54dac2492a # `make check` is broken: # https://gitlab.com/graphviz/graphviz/-/issues/2112