ScoopInstaller_Main/bucket/go-size-analyzer.json
2025-04-19 20:27:26 +00:00

32 lines
1.2 KiB
JSON

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