d2: Update to version 0.4.2

This commit is contained in:
github-actions[bot] 2023-05-02 20:25:00 +00:00
parent b8d13849ae
commit 1d46b0f932

View File

@ -1,19 +1,19 @@
{ {
"version": "0.4.1", "version": "0.4.2",
"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.1/d2-v0.4.1-windows-amd64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.4.2/d2-v0.4.2-windows-amd64.tar.gz",
"hash": "df86b06838bbcced6713a789f36ab1b17beba10f9e1020d13050f18c497fd93c" "hash": "daf0f2ea75f5374e384f6725f2c5660f80302c5421d465f26356a6b8c7a78e65"
}, },
"arm64": { "arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.4.1/d2-v0.4.1-windows-arm64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.4.2/d2-v0.4.2-windows-arm64.tar.gz",
"hash": "5a0c25a4e2eb5f8d7cdaaf1c322f948b082b16970a9bc10f352cab0a320bb647" "hash": "77168e6ba84a32f1130f7e68c43898165e2e1cfa8d1c68b24bfb2dc69fed3a6d"
} }
}, },
"extract_dir": "d2-v0.4.1", "extract_dir": "d2-v0.4.2",
"bin": "bin\\d2.exe", "bin": "bin\\d2.exe",
"checkver": { "checkver": {
"github": "https://github.com/terrastruct/d2" "github": "https://github.com/terrastruct/d2"