From e2924dd2df1f30025657a1389001f079730fea50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 20:27:57 +0000 Subject: [PATCH] graphviz: Update to version 14.0.2 --- bucket/graphviz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/graphviz.json b/bucket/graphviz.json index 72a8546ac7..0a9e2c29a2 100644 --- a/bucket/graphviz.json +++ b/bucket/graphviz.json @@ -1,16 +1,16 @@ { - "version": "14.0.1", + "version": "14.0.2", "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/14.0.1/windows_10_cmake_Release_graphviz-install-14.0.1-win64.exe#/dl.7z", - "hash": "90405cb789d040961c8daa28626e647872be1ebcf809e6146a080079bdb9d2f0" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.2/windows_10_cmake_Release_graphviz-install-14.0.2-win64.exe#/dl.7z", + "hash": "8b1f5d765d7f94cf00afaa5c4d837c2a316b48316aebb05f63f6fb7433839202" }, "32bit": { - "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.1/windows_10_cmake_Release_graphviz-install-14.0.1-win32.exe#/dl.7z", - "hash": "2fbc76e9a2164292a830e978373cd18dd2d092489b0ad66fd637a3963367d53b" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.2/windows_10_cmake_Release_graphviz-install-14.0.2-win32.exe#/dl.7z", + "hash": "d891e22eda2fe2bfd64d7b7eff1a3fd76c7ed7ef79758eb84e041acee24942e4" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force",