ScoopInstaller_Main/bucket/go-size-analyzer.json
2024-07-19 04:29:23 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.5.3",
"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.5.3/go-size-analyzer_windows_amd64.zip",
"hash": "873d95658845e493a820f85241f0eb9282b6644db5a660a3c41ee611ecb9ad8d"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.5.3/go-size-analyzer_windows_arm64.zip",
"hash": "fbfd20e042b4b80656b843078d19932f9a6ad16471775a58c3367743626fed89"
}
},
"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"
}
}
}