ScoopInstaller_Main/bucket/go-size-analyzer.json
2025-04-20 12:31:24 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.8.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.8.1/go-size-analyzer_windows_amd64.zip",
"hash": "ab59d45962b8e29fb8bbe174d727bee6e719b79552c159ccd80364375bf6074a"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.8.1/go-size-analyzer_windows_arm64.zip",
"hash": "7fff59fa8dc16e91338ea79174776b5167cdbb2a83d00f454445b44128217ba4"
}
},
"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"
}
}
}