mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.7.0",
|
|
"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.7.0/d2-v0.7.0-windows-amd64.tar.gz",
|
|
"hash": "4aded6f6b1576ab77eb9ff6051254bec42620dd4a5af57fb02e7619f06660ff6"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/terrastruct/d2/releases/download/v0.7.0/d2-v0.7.0-windows-arm64.tar.gz",
|
|
"hash": "521a1d5de93354d5f7dc7473764c35bed6d26885cd6efdc13e6c22ec56ac7f9b"
|
|
}
|
|
},
|
|
"extract_dir": "d2-v0.7.0",
|
|
"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"
|
|
}
|
|
}
|