mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.2",
|
|
"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.2/d2-v0.2.2-windows-amd64.tar.gz",
|
|
"hash": "913e7f984d76b654658d34c161bfc024966a198d598264b79a11a2bb69b3a08d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/terrastruct/d2/releases/download/v0.2.2/d2-v0.2.2-windows-arm64.tar.gz",
|
|
"hash": "99b7fe309fd47c911e24da2efb1300eb0a4ba7faeee6270e8f7c3a9949ae1042"
|
|
}
|
|
},
|
|
"extract_dir": "d2-v0.2.2",
|
|
"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"
|
|
}
|
|
}
|