From 73311fabb9efb908757b097d11a709b9b364ea38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:31:33 +0000 Subject: [PATCH] graphviz: Update to version 13.1.0 --- bucket/graphviz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/graphviz.json b/bucket/graphviz.json index 6ac80761d9..494a4aa9cd 100644 --- a/bucket/graphviz.json +++ b/bucket/graphviz.json @@ -1,16 +1,16 @@ { - "version": "13.0.1", + "version": "13.1.0", "description": "Open source graph visualization software.", "homepage": "https://www.graphviz.org/", "license": "EPL-1.0", "architecture": { "64bit": { - "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.0.1/windows_10_cmake_Release_graphviz-install-13.0.1-win64.exe#/dl.7z", - "hash": "80e2cdf414db906e51f36b668a1d9d749a0b509b2fd2eddde51ca0b59099caa0" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.1.0/windows_10_cmake_Release_graphviz-install-13.1.0-win64.exe#/dl.7z", + "hash": "4d865f0c7775c2e1298d7889153f82331d0d07c66b7eec958a80b79cc956f6bc" }, "32bit": { - "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.0.1/windows_10_cmake_Release_graphviz-install-13.0.1-win32.exe#/dl.7z", - "hash": "aeb6f340c96969396fa5c4d56666c4581def98b443ba17ad0361c9a986c02cb5" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.1.0/windows_10_cmake_Release_graphviz-install-13.1.0-win32.exe#/dl.7z", + "hash": "7695427eec251ed7e9440f03acef9892d8a93187aa3b3b65a9dd4d9bab08c507" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force",