ScoopInstaller_Main/bucket/go-size-analyzer.json
2024-07-06 08:28:02 +00:00

32 lines
1.2 KiB
JSON

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