2023-02-24 04:28:41 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.2.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.2.1/d2-v0.2.1-windows-amd64.tar.gz",
"hash": "60a8078a23737672fc7ec5acb09127243588645e2729a9fd937a9ca9ca7c1f99"
},
"arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.2.1/d2-v0.2.1-windows-arm64.tar.gz",
"hash": "07b85d4967893118877a9d310ac09f22c0bbad10db5c5ebf005fa017a85c6103"
}
},
"extract_dir": "d2-v0.2.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"
}
}