From 344c78c7cfd8df329e0f02aa257a2a4f7358eeea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 04:25:50 +0000 Subject: [PATCH] d2: Update to version 0.5.1 --- bucket/d2.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/d2.json b/bucket/d2.json index 0083d97746..2d655d41fc 100644 --- a/bucket/d2.json +++ b/bucket/d2.json @@ -1,19 +1,19 @@ { - "version": "0.5.0", + "version": "0.5.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.5.0/d2-v0.5.0-windows-amd64.tar.gz", - "hash": "0adae1ee3a0741057996c0764fc5aec6106a622d53cf6173c8f9752a6dc12a77" + "url": "https://github.com/terrastruct/d2/releases/download/v0.5.1/d2-v0.5.1-windows-amd64.tar.gz", + "hash": "0f4c6954d3100cfcab3fa4ee121deb5504a3200f58989481288245f5393b6308" }, "arm64": { - "url": "https://github.com/terrastruct/d2/releases/download/v0.5.0/d2-v0.5.0-windows-arm64.tar.gz", - "hash": "6ae277374c1511117ef5cb511b8d3f50f7602f74d55bf17194832933e485f414" + "url": "https://github.com/terrastruct/d2/releases/download/v0.5.1/d2-v0.5.1-windows-arm64.tar.gz", + "hash": "9792cbe1743f297dc7243bf37a7512f5d6b4d6bef262f6660888381a39355bed" } }, - "extract_dir": "d2-v0.5.0", + "extract_dir": "d2-v0.5.1", "bin": "bin\\d2.exe", "checkver": { "github": "https://github.com/terrastruct/d2"