From 1f681a6aeb915a5f8fc938f1885873c6b3cf15f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 20:26:37 +0000 Subject: [PATCH] graphviz: Update to version 12.2.0 --- bucket/graphviz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/graphviz.json b/bucket/graphviz.json index e59a5e1207..40dc615926 100644 --- a/bucket/graphviz.json +++ b/bucket/graphviz.json @@ -1,16 +1,16 @@ { - "version": "12.1.2", + "version": "12.2.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/12.1.2/windows_10_cmake_Release_graphviz-install-12.1.2-win64.exe#/dl.7z", - "hash": "00c7623a90a80e627170efeb860417bbadb5193576d78b8b1534fee88f7bf10a" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.2.0/windows_10_cmake_Release_graphviz-install-12.2.0-win64.exe#/dl.7z", + "hash": "c664cac34ad43229a9f7cb9b12efd627c876bda7a489e9174ac9fa3a8f781796" }, "32bit": { - "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.1.2/windows_10_cmake_Release_graphviz-install-12.1.2-win32.exe#/dl.7z", - "hash": "f464d3075393fe92d26d23f7dc9ed90e7f60afc81cc814db0c2ee3adeb77d5d5" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.2.0/windows_10_cmake_Release_graphviz-install-12.2.0-win32.exe#/dl.7z", + "hash": "8002be0bc3ad6e835e5554b7b5907bfd5604c9c8fede2b7383006d1c93b7f054" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force",