2023-03-17 00:35:53 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.2.5",
"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.5/d2-v0.2.5-windows-amd64.tar.gz",
"hash": "0ab2bdb28c110a6c3fe81de07e075b76ece249d82f9f445606ea826589f1a188"
},
"arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.2.5/d2-v0.2.5-windows-arm64.tar.gz",
"hash": "2473897f527a47819da8c306916474977b02ef918cfdc07032877c52b6265102"
}
},
"extract_dir": "d2-v0.2.5",
"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"
}
}