From 72767f07c27f025456f7b0ab89a5df545c22cb2d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 23 Oct 2021 18:00:26 +0200 Subject: [PATCH] graphviz: update to 2.49.3. --- srcpkgs/graphviz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index ed491b55502..f0fb1860101 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,6 +1,6 @@ # Template file for 'graphviz' pkgname=graphviz -version=2.49.2 +version=2.49.3 revision=1 build_style=gnu-configure configure_args="--enable-lefty" @@ -16,7 +16,7 @@ license="EPL-1.0" homepage="http://www.graphviz.org" changelog="https://gitlab.com/graphviz/graphviz/-/blob/main/CHANGELOG.md" distfiles="https://gitlab.com/graphviz/graphviz/-/archive/${version}/graphviz-${version}.tar.gz" -checksum=3d61cfc53e16b28be4df2c0ecfbc8b9dade07180fa83cef91b66270d14fb903b +checksum=5801664769ab88c2fb8ccb6ab0957cceabe6d4632b193041440e97790f53a9df # `make check` is broken: # https://gitlab.com/graphviz/graphviz/-/issues/2112