ScoopInstaller_Main/bucket/go-size-analyzer.json
2024-06-25 16:29:06 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.3.10",
"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.3.10/go-size-analyzer_windows_amd64.zip",
"hash": "91d727f9d3864f830e42b42ff573dc75547a61fb21799a0e79be836edeb96a1f"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.10/go-size-analyzer_windows_arm64.zip",
"hash": "5fceb7840e0a1ab4a4b33842f2f645184a327c68c6492ab351aeb7c613d8c888"
}
},
"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"
}
}
}