2023-04-09 04:26:36 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.4.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.4.0/d2-v0.4.0-windows-amd64.tar.gz",
"hash": "6dd222f9039d3389e13a71c3760ced284eada20064cd6277dea6301234fc7807"
},
"arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.4.0/d2-v0.4.0-windows-arm64.tar.gz",
"hash": "ea732a96547875e5930d12d9f16515425ec95f3c5a90a7daf6bcca5d66cc4d6f"
}
},
"extract_dir": "d2-v0.4.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"
}
}