ScoopInstaller_Main/bucket/go-size-analyzer.json
2026-02-13 16:33:19 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.11.0",
"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.11.0/go-size-analyzer_1.11.0_windows_amd64.zip",
"hash": "646f175a3ef80b56a62eef2a588aeb325c218db82de5fbbe809e781a2274cda3"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.11.0/go-size-analyzer_1.11.0_windows_arm64.zip",
"hash": "e644b730dd34aa3f3c3e291fa32ef33c75169d30143de880ba30c2eea483d83d"
}
},
"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"
}
}
}