2023-03-07 20:27:58 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.2.4",
"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.4/d2-v0.2.4-windows-amd64.tar.gz",
"hash": "f99f8a36f6ad69bd77b9bc6eb90cef069889c25fc972f0a4fa146ee8a16196c9"
},
"arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.2.4/d2-v0.2.4-windows-arm64.tar.gz",
"hash": "2a72e60da176efd1ecc4bffd293e346631b2062037446b2649995b7f754cc7e3"
}
},
"extract_dir": "d2-v0.2.4",
"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"
}
}