2023-06-10 04:25:50 +00:00

33 lines
1.2 KiB
JSON

{
"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.1/d2-v0.5.1-windows-amd64.tar.gz",
"hash": "0f4c6954d3100cfcab3fa4ee121deb5504a3200f58989481288245f5393b6308"
},
"arm64": {
"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.1",
"bin": "bin\\d2.exe",
"checkver": {
"github": "https://github.com/terrastruct/d2"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/terrastruct/d2/releases/download/v$version/d2-v$version-windows-amd64.tar.gz"
},
"arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v$version/d2-v$version-windows-arm64.tar.gz"
}
},
"extract_dir": "d2-v$version"
}
}