ScoopInstaller_Main/bucket/go-size-analyzer.json
2024-06-10 16:29:08 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.2.2",
"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.2.2/go-size-analyzer_windows_amd64.zip",
"hash": "66d18ee2395e428c20cbc91f43d89d0335f0445030d7d8a3ce91055d62cabc8c"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.2/go-size-analyzer_windows_arm64.zip",
"hash": "c7aee0965972d09205b8d570324bc8f57d7d243e400ad43c0bb9987e32a539c5"
}
},
"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"
}
}
}