From 07e5d0b02aa2ec8f3b932ea87b135d8780dd38f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:09:46 +0000 Subject: [PATCH] d2: Update to version 0.6.4 --- bucket/d2.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/d2.json b/bucket/d2.json index e13ae245c2..526106941e 100644 --- a/bucket/d2.json +++ b/bucket/d2.json @@ -1,19 +1,19 @@ { - "version": "0.6.3", + "version": "0.6.4", "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.3/d2-v0.6.3-windows-amd64.tar.gz", - "hash": "9d0e6d79bdb2deca6ed98e4f7f2e0f0289580e24f1ad3a26194263194aa4a741" + "url": "https://github.com/terrastruct/d2/releases/download/v0.6.4/d2-v0.6.4-windows-amd64.tar.gz", + "hash": "4118cca930fb00c1185b4e74e081662627b9040187bda9bdfb880427a0454504" }, "arm64": { - "url": "https://github.com/terrastruct/d2/releases/download/v0.6.3/d2-v0.6.3-windows-arm64.tar.gz", - "hash": "0ed88a1de99d9d432d5155bfe80122b23f569455f07f6cf547530045e7ba69fc" + "url": "https://github.com/terrastruct/d2/releases/download/v0.6.4/d2-v0.6.4-windows-arm64.tar.gz", + "hash": "81b909478158c1400492795a3e84052cc163de563904ef2fc43bf758446e4480" } }, - "extract_dir": "d2-v0.6.3", + "extract_dir": "d2-v0.6.4", "bin": "bin\\d2.exe", "checkver": { "github": "https://github.com/terrastruct/d2"