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.3.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.3.0/d2-v0.3.0-windows-amd64.tar.gz",
|
|
"hash": "7d13d4dc91a3fec49706b65153f85245a4d3437ff42aa22a3aa2575deffd5d80"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/terrastruct/d2/releases/download/v0.3.0/d2-v0.3.0-windows-arm64.tar.gz",
|
|
"hash": "63c88a04c58192646712ce10224e8862432852b70ec68f29caf501cbf7be5c55"
|
|
}
|
|
},
|
|
"extract_dir": "d2-v0.3.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"
|
|
}
|
|
}
|