From 44e9e09882a29826800ac1b9e75afa11f5fda166 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 00:32:25 +0000 Subject: [PATCH] graphviz: Update to version 10.0.1 --- bucket/graphviz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/graphviz.json b/bucket/graphviz.json index 88977d9171..7727f50faa 100644 --- a/bucket/graphviz.json +++ b/bucket/graphviz.json @@ -1,16 +1,16 @@ { - "version": "9.0.0", + "version": "10.0.1", "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/9.0.0/windows_10_cmake_Release_graphviz-install-9.0.0-win64.exe#/dl.7z", - "hash": "01670c7e5bf637656bd89cd8484d517f3b5bc77f8666ceb29ddcc17e095b0f61" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/10.0.1/windows_10_cmake_Release_graphviz-install-10.0.1-win64.exe#/dl.7z", + "hash": "7eadfaea1ede80c0bee31e44bb1ece628c16c6d669e14665799d15e8459766cd" }, "32bit": { - "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/9.0.0/windows_10_cmake_Release_graphviz-install-9.0.0-win32.exe#/dl.7z", - "hash": "39d6cb6871d91ad9f0f47edcdff15be2a98f1de815832f1fd69e2c558eaed787" + "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/10.0.1/windows_10_cmake_Release_graphviz-install-10.0.1-win32.exe#/dl.7z", + "hash": "74a02142005b602eba27c1e2e068f6ddcba9320371d9be3eb372308a5875ae80" } }, "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force",