2024-09-29 00:38:08 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.6.7",
"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.7/d2-v0.6.7-windows-amd64.tar.gz",
"hash": "5351217453cd74b6222915030d681e37ff465f03688846e69218cd72deb8f584"
},
"arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.6.7/d2-v0.6.7-windows-arm64.tar.gz",
"hash": "0146e9824fdc121268c25e5c28051621f83fcace2f13e6c6ee4349c146837f65"
}
},
"extract_dir": "d2-v0.6.7",
"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"
}
}