From f0092662c8ae678051da0a2412197563fd8c0eb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:31:42 +0000 Subject: [PATCH] graphviz: Update to version 12.0.0 --- bucket/graphviz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/graphviz.json b/bucket/graphviz.json index f1f26b2c2c..d5c34c63fb 100644 --- a/bucket/graphviz.json +++ b/bucket/graphviz.json @@ -1,16 +1,16 @@ { - "version": "11.0.0", + "version": "12.0.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/11.0.0/windows_10_cmake_Release_graphviz-install-11.0.0-win64.exe#/dl.7z", - "hash": "0e96c2a9074b51eca562b16b7e3e5df744ff4d313c0d3e4c38d9dac00cef266e" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.0.0/windows_10_cmake_Release_graphviz-install-12.0.0-win64.exe#/dl.7z", + "hash": "1934be5966cc4d0108173ab297039742ece674d46df57f427a2cefbc2231b444" }, "32bit": { - "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/11.0.0/windows_10_cmake_Release_graphviz-install-11.0.0-win32.exe#/dl.7z", - "hash": "7b0d7a13e3f7d514e76ac29f9788e2bb0669b951cb257f96e6d6978fcc013fe3" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.0.0/windows_10_cmake_Release_graphviz-install-12.0.0-win32.exe#/dl.7z", + "hash": "50ff82dde930f7027b4dbb584e577a4b6797bb78f2068997b7c4d4e0d91f832d" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force",