2023-01-17 16:43:08 -08:00

33 lines
1.2 KiB
JSON

{
"version": "0.1.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.1.5/d2-v0.1.5-windows-amd64.tar.gz",
"hash": "d27b275f1600c297e18c94bf9cbafcc4b12933d34d9765aee99665eee8be5d09"
},
"arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.1.5/d2-v0.1.5-windows-arm64.tar.gz",
"hash": "a16e798014a91b2dd6e757540307bc82b8b68cf6c407e04ccba0f7be4601424f"
}
},
"extract_dir": "d2-v0.1.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"
}
}