mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.3",
|
|
"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.3/d2-v0.2.3-windows-amd64.tar.gz",
|
|
"hash": "4918bf5b4946941438007ed1d2db07bf6d8b224afef9405b77b1f127914128fb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/terrastruct/d2/releases/download/v0.2.3/d2-v0.2.3-windows-arm64.tar.gz",
|
|
"hash": "c1062608759e5c2ee9ed339e4ea9d8ebf967fe583a3c0f3f3e7c33ca5a758cf2"
|
|
}
|
|
},
|
|
"extract_dir": "d2-v0.2.3",
|
|
"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"
|
|
}
|
|
}
|