ScoopInstaller_Main/bucket/go-size-analyzer.json
2025-12-07 16:29:48 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.10.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.10.1/go-size-analyzer_1.10.1_windows_amd64.zip",
"hash": "5f2c60b04b383317bd2cd7b689fe4f8563a4824420890b34132e5335b9cdd7b3"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.10.1/go-size-analyzer_1.10.1_windows_arm64.zip",
"hash": "fb5240bcadc32fa023bf5ed2d3bb3fc88d78314e7db29219931b3693cb5a7df6"
}
},
"bin": "gsa.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}