mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.9.1",
|
|
"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.9.1/go-size-analyzer_windows_amd64.zip",
|
|
"hash": "92b14248f4045295f963fd98f8cf251fcca6ef5289c4d0e6e07ff3a32f8235b7"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.1/go-size-analyzer_windows_arm64.zip",
|
|
"hash": "d68f5d9f39cc3f951133a5965935ffa864322c05241510d2a64975e878b291a2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|