ScoopInstaller_Main/bucket/go-size-analyzer.json
2024-06-10 00:34:07 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.2.0",
"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.0/go-size-analyzer_windows_amd64.zip",
"hash": "b04c7aa1c654ada06ee77553172c93be5c6da651481df1cabb6871296bb1494c"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.0/go-size-analyzer_windows_arm64.zip",
"hash": "c5920020c4353447c959f1fd6b956f877f3f31a99fd403cea256c17899afe6f7"
}
},
"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"
}
}
}