From 3838818cf4700b209f8aac1d1e5c38ab3ec60606 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 00:32:56 +0000 Subject: [PATCH] d2: Update to version 0.6.2 --- bucket/d2.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/d2.json b/bucket/d2.json index 8b05a16ab6..3cf9754e60 100644 --- a/bucket/d2.json +++ b/bucket/d2.json @@ -1,19 +1,19 @@ { - "version": "0.6.1", + "version": "0.6.2", "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.1/d2-v0.6.1-windows-amd64.tar.gz", - "hash": "328681621648f6712489b63a3a2491631f2d75b75dcc35fd6daf214203dbce26" + "url": "https://github.com/terrastruct/d2/releases/download/v0.6.2/d2-v0.6.2-windows-amd64.tar.gz", + "hash": "2cce8ac5aecc58f368a9bfb704da0044ffdb68f29fb431581b4dbb8e0aa7cf99" }, "arm64": { - "url": "https://github.com/terrastruct/d2/releases/download/v0.6.1/d2-v0.6.1-windows-arm64.tar.gz", - "hash": "134dc0038f09b7f57870bdc6b8d581f76a766c996313173b7c963afba1a92875" + "url": "https://github.com/terrastruct/d2/releases/download/v0.6.2/d2-v0.6.2-windows-arm64.tar.gz", + "hash": "6e6cf39830c2e56707aad1bd8ac58b613e6edaf454025fc8dc65ba4619831268" } }, - "extract_dir": "d2-v0.6.1", + "extract_dir": "d2-v0.6.2", "bin": "bin\\d2.exe", "checkver": { "github": "https://github.com/terrastruct/d2"