mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.2.1",
|
|
"description": "A tool for analyzing the dependencies in compiled Golang binaries.",
|
|
"homepage": "https://github.com/Zxilly/go-size-analyzer",
|
|
"license": "AGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.1/go-size-analyzer_windows_amd64.zip",
|
|
"hash": "c0275af43f6e311a042e1cf916045190a1f6d257e15eee49cb4ee90bea4d6a83"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.1/go-size-analyzer_windows_arm64.zip",
|
|
"hash": "58c890fa901e9f599e043791dcff555af2f708ebc84851db673c86eb279374e0"
|
|
}
|
|
},
|
|
"bin": "gsa.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|