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

32 lines
1.2 KiB
JSON

{
"version": "1.3.3",
"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.3/go-size-analyzer_windows_amd64.zip",
"hash": "001f6c406173c78f332dbafbcab4b2f98063ecdf04d62bc51e02553d119c7999"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.3/go-size-analyzer_windows_arm64.zip",
"hash": "4adbaa4e3646cc92641824ae0bfec819c37ba3ca3a300db023424a5664197c19"
}
},
"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"
}
}
}