d2: Update to version 0.4.1

This commit is contained in:
github-actions[bot] 2023-04-18 04:26:55 +00:00
parent 03e3e3bfc9
commit a6a7c367b0

View File

@ -1,19 +1,19 @@
{ {
"version": "0.4.0", "version": "0.4.1",
"description": "A modern diagram scripting language that turns text to diagrams.", "description": "A modern diagram scripting language that turns text to diagrams.",
"homepage": "https://d2lang.com", "homepage": "https://d2lang.com",
"license": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.4.0/d2-v0.4.0-windows-amd64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.4.1/d2-v0.4.1-windows-amd64.tar.gz",
"hash": "6dd222f9039d3389e13a71c3760ced284eada20064cd6277dea6301234fc7807" "hash": "df86b06838bbcced6713a789f36ab1b17beba10f9e1020d13050f18c497fd93c"
}, },
"arm64": { "arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.4.0/d2-v0.4.0-windows-arm64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.4.1/d2-v0.4.1-windows-arm64.tar.gz",
"hash": "ea732a96547875e5930d12d9f16515425ec95f3c5a90a7daf6bcca5d66cc4d6f" "hash": "5a0c25a4e2eb5f8d7cdaaf1c322f948b082b16970a9bc10f352cab0a320bb647"
} }
}, },
"extract_dir": "d2-v0.4.0", "extract_dir": "d2-v0.4.1",
"bin": "bin\\d2.exe", "bin": "bin\\d2.exe",
"checkver": { "checkver": {
"github": "https://github.com/terrastruct/d2" "github": "https://github.com/terrastruct/d2"