mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.4.1",
|
|
"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.4.1/d2-v0.4.1-windows-amd64.tar.gz",
|
|
"hash": "df86b06838bbcced6713a789f36ab1b17beba10f9e1020d13050f18c497fd93c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/terrastruct/d2/releases/download/v0.4.1/d2-v0.4.1-windows-arm64.tar.gz",
|
|
"hash": "5a0c25a4e2eb5f8d7cdaaf1c322f948b082b16970a9bc10f352cab0a320bb647"
|
|
}
|
|
},
|
|
"extract_dir": "d2-v0.4.1",
|
|
"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"
|
|
}
|
|
}
|