From 5ca3acfb241d46cefdc07d8c02e1ee2737565711 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 26 Jul 2024 15:01:04 +0200 Subject: [PATCH] graphviz: update to 12.0.0. --- srcpkgs/graphviz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index 6d715b937f3..c7fd8a3d29c 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,6 +1,6 @@ # Template file for 'graphviz' pkgname=graphviz -version=11.0.0 +version=12.0.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=d374f7d98a1ae985510a82dddd887e8058aa37e5f95b4ce0aa58416d2b22714b +checksum=ea12b4f73e7c7eb9fb9c1c29f7763491306c322f6f2332a352d09debc37f0ed7 # `make check` is broken: # https://gitlab.com/graphviz/graphviz/-/issues/2112