From 8f25007a15a26d8839b8c446659140d45cef19e7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 23 Sep 2021 12:54:01 +0200 Subject: [PATCH] graphviz: update to 2.49.1. --- srcpkgs/graphviz/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index a81e29e9c92..7091b2ca6c6 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,7 +1,7 @@ # Template file for 'graphviz' pkgname=graphviz -version=2.49.0 -revision=2 +version=2.49.1 +revision=1 build_style=gnu-configure make_build_args="HOSTCC=$BUILD_CC" hostmakedepends="automake flex libltdl-devel libtool perl pkg-config python3" @@ -13,8 +13,9 @@ short_desc="Graph Visualization Software" maintainer="Leah Neukirchen " 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=a062ccd940abbde6e3c45462323b2ede54b9374fed86f464c11bc4c0bd57fd04 +checksum=f62f644aa9b9c03cb14f0dc351a28525c055cd7951614c0b7efa6af66d4a8fb7 # `make check` is broken: # https://gitlab.com/graphviz/graphviz/-/issues/2112