2023-06-09 04:29:09 +00:00

33 lines
1.2 KiB
JSON

{
"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.5.0/d2-v0.5.0-windows-amd64.tar.gz",
"hash": "0adae1ee3a0741057996c0764fc5aec6106a622d53cf6173c8f9752a6dc12a77"
},
"arm64": {
"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.5.0",
"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"
}
}