From e16e7307b5ba55dc815cb16de09f0f2a53abfcc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:27:04 +0000 Subject: [PATCH] d2: Update to version 0.6.0 --- bucket/d2.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/d2.json b/bucket/d2.json index 2d655d41fc..6dac08edfd 100644 --- a/bucket/d2.json +++ b/bucket/d2.json @@ -1,19 +1,19 @@ { - "version": "0.5.1", + "version": "0.6.0", "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.5.1/d2-v0.5.1-windows-amd64.tar.gz", - "hash": "0f4c6954d3100cfcab3fa4ee121deb5504a3200f58989481288245f5393b6308" + "url": "https://github.com/terrastruct/d2/releases/download/v0.6.0/d2-v0.6.0-windows-amd64.tar.gz", + "hash": "d809adcbdfb786b725f8e957c456f58a36e770df133319be1ea22b6defaab3a3" }, "arm64": { - "url": "https://github.com/terrastruct/d2/releases/download/v0.5.1/d2-v0.5.1-windows-arm64.tar.gz", - "hash": "9792cbe1743f297dc7243bf37a7512f5d6b4d6bef262f6660888381a39355bed" + "url": "https://github.com/terrastruct/d2/releases/download/v0.6.0/d2-v0.6.0-windows-arm64.tar.gz", + "hash": "5e9af84b78d56976214b532d85d908df83cdc5f3cdf21e3035dac77b124a1758" } }, - "extract_dir": "d2-v0.5.1", + "extract_dir": "d2-v0.6.0", "bin": "bin\\d2.exe", "checkver": { "github": "https://github.com/terrastruct/d2"