From fd8fd12818ae5233e3259301188398411e51cabe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 04:26:28 +0000 Subject: [PATCH] d2: Update to version 0.6.1 --- bucket/d2.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/d2.json b/bucket/d2.json index 6dac08edfd..8b05a16ab6 100644 --- a/bucket/d2.json +++ b/bucket/d2.json @@ -1,19 +1,19 @@ { - "version": "0.6.0", + "version": "0.6.1", "description": "A modern diagram scripting language that turns text to diagrams.", "homepage": "https://d2lang.com", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/terrastruct/d2/releases/download/v0.6.0/d2-v0.6.0-windows-amd64.tar.gz", - "hash": "d809adcbdfb786b725f8e957c456f58a36e770df133319be1ea22b6defaab3a3" + "url": "https://github.com/terrastruct/d2/releases/download/v0.6.1/d2-v0.6.1-windows-amd64.tar.gz", + "hash": "328681621648f6712489b63a3a2491631f2d75b75dcc35fd6daf214203dbce26" }, "arm64": { - "url": "https://github.com/terrastruct/d2/releases/download/v0.6.0/d2-v0.6.0-windows-arm64.tar.gz", - "hash": "5e9af84b78d56976214b532d85d908df83cdc5f3cdf21e3035dac77b124a1758" + "url": "https://github.com/terrastruct/d2/releases/download/v0.6.1/d2-v0.6.1-windows-arm64.tar.gz", + "hash": "134dc0038f09b7f57870bdc6b8d581f76a766c996313173b7c963afba1a92875" } }, - "extract_dir": "d2-v0.6.0", + "extract_dir": "d2-v0.6.1", "bin": "bin\\d2.exe", "checkver": { "github": "https://github.com/terrastruct/d2"