From bcf801bd5366584d4b3dbc41cf4cd3e326dd3ca0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 28 Jan 2023 13:48:04 +0100 Subject: [PATCH] graphviz: update to 7.1.0. --- srcpkgs/graphviz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index 28dae8d26d1..fe9851657c7 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,6 +1,6 @@ # Template file for 'graphviz' pkgname=graphviz -version=7.0.6 +version=7.1.0 revision=1 build_style=gnu-configure configure_args="--with-gts --with-ann=no" @@ -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=18f01417760b2ce39c8fc4301077fee904151361ce932d76a36899894b9c3c48 +checksum=8b28a283644a8442e6925b15d95055228d25172c7c30681810625616cbb23913 # `make check` is broken: # https://gitlab.com/graphviz/graphviz/-/issues/2112