ScoopInstaller_Main/bucket/go-size-analyzer.json
2025-02-15 00:35:38 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.7.7",
"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.7.7/go-size-analyzer_windows_amd64.zip",
"hash": "710137ea914ab1ae7324b3be67395bd657981c1c78b7d0d363a1f9b8c38aa7f9"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.7/go-size-analyzer_windows_arm64.zip",
"hash": "c50d30b442a6568252ec06a9993cb820b6ac0e4540388e9b015383c13ea86283"
}
},
"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"
}
}
}