2024-11-08 00:34:45 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.6.8",
"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.8/d2-v0.6.8-windows-amd64.tar.gz",
"hash": "9155c0e0fda3607d0557597762f9351805d17900d3e1518ddba5c4475dc59043"
},
"arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.6.8/d2-v0.6.8-windows-arm64.tar.gz",
"hash": "a36a2b898c4b45c3ab83a1a680f60b60379b73488ae97ab5081da56cf28108c1"
}
},
"extract_dir": "d2-v0.6.8",
"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"
}
}