From ff48edb46ffe95ccfd5bfcce71a3fe08124e7e3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 04:29:09 +0000 Subject: [PATCH] d2: Update to version 0.5.0 --- bucket/d2.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/d2.json b/bucket/d2.json index 730381b4a9..0083d97746 100644 --- a/bucket/d2.json +++ b/bucket/d2.json @@ -1,19 +1,19 @@ { - "version": "0.4.2", + "version": "0.5.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.4.2/d2-v0.4.2-windows-amd64.tar.gz", - "hash": "daf0f2ea75f5374e384f6725f2c5660f80302c5421d465f26356a6b8c7a78e65" + "url": "https://github.com/terrastruct/d2/releases/download/v0.5.0/d2-v0.5.0-windows-amd64.tar.gz", + "hash": "0adae1ee3a0741057996c0764fc5aec6106a622d53cf6173c8f9752a6dc12a77" }, "arm64": { - "url": "https://github.com/terrastruct/d2/releases/download/v0.4.2/d2-v0.4.2-windows-arm64.tar.gz", - "hash": "77168e6ba84a32f1130f7e68c43898165e2e1cfa8d1c68b24bfb2dc69fed3a6d" + "url": "https://github.com/terrastruct/d2/releases/download/v0.5.0/d2-v0.5.0-windows-arm64.tar.gz", + "hash": "6ae277374c1511117ef5cb511b8d3f50f7602f74d55bf17194832933e485f414" } }, - "extract_dir": "d2-v0.4.2", + "extract_dir": "d2-v0.5.0", "bin": "bin\\d2.exe", "checkver": { "github": "https://github.com/terrastruct/d2"