mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.6.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.6.3/go-size-analyzer_windows_amd64.zip",
|
|
"hash": "8512009f05d55ddcf1fc07d8390f1708470a3b61d36ed633a068fbed47e6cee1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.6.3/go-size-analyzer_windows_arm64.zip",
|
|
"hash": "24c06bb744038dd05f8f2f962b441d30d9badccddbeeb1d906bdb165ad7fc030"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|