From 9dbb8a51311618cc457b43f033748d9bab645145 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 20:30:03 +0000 Subject: [PATCH] graphviz: Update to version 14.1.0 --- bucket/graphviz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/graphviz.json b/bucket/graphviz.json index 825da2110e..6840465658 100644 --- a/bucket/graphviz.json +++ b/bucket/graphviz.json @@ -1,16 +1,16 @@ { - "version": "14.0.5", + "version": "14.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/14.0.5/windows_10_cmake_Release_graphviz-install-14.0.5-win64.exe#/dl.7z", - "hash": "f4a369adacd6261d5faaa3e8450f33b0625b88c8c14ec94af3bfcaba99f0fdfe" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.1.0/windows_10_cmake_Release_graphviz-install-14.1.0-win64.exe#/dl.7z", + "hash": "0fd4add0ac2f5048eea33ef2a66750c91a39c80645fdd555b58acec0fa264ff2" }, "32bit": { - "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.5/windows_10_cmake_Release_graphviz-install-14.0.5-win32.exe#/dl.7z", - "hash": "a1414d7ac43370b856dcbc8f737da28e019c5da1efc85d368242fa22f50f3495" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.1.0/windows_10_cmake_Release_graphviz-install-14.1.0-win32.exe#/dl.7z", + "hash": "0e6088e80eaaca5a3d32bfb7636abc117cfd14b6aab529e0c89f9f2b9b6b4a1e" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force",