2023-02-13 20:27:21 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.2.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.2.0/d2-v0.2.0-windows-amd64.tar.gz",
"hash": "637ad6480a955540066c8c49203f3774649ab6e91ae5424a3cd37836963d06eb"
},
"arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.2.0/d2-v0.2.0-windows-arm64.tar.gz",
"hash": "14f67cf850bf6040f72d2e73315c1a5f7bb6c0c019f6b84ff4fec1cde833f96d"
}
},
"extract_dir": "d2-v0.2.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"
}
}