ScoopInstaller_Main/bucket/go-size-analyzer.json
2024-07-09 20:26:05 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.4.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.4.2/go-size-analyzer_windows_amd64.zip",
"hash": "5ef78ae3d41792c97aa44ea68a8ca7251cb1c6d3496efc7989bc80347fd904ef"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.2/go-size-analyzer_windows_arm64.zip",
"hash": "a8aaec8d7ae1ab1b6ac34d7719c6fc26d37c6863783d8abaf28acbd05d4c4790"
}
},
"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"
}
}
}