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

32 lines
1.2 KiB
JSON

{
"version": "1.6.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.6.2/go-size-analyzer_windows_amd64.zip",
"hash": "de958fd30654932b543667c7262c6d4826b58cdd1765f85f5f43b5ac297a81b8"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.6.2/go-size-analyzer_windows_arm64.zip",
"hash": "05308b009c52e090549e95f0f491c35137b2ff49ca1fb04b4987a00fad7d3d04"
}
},
"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"
}
}
}