mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.7.6",
|
|
"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.7.6/go-size-analyzer_windows_amd64.zip",
|
|
"hash": "3333f0693fe354aea277f5f2a290be0b47ca04a7fb3155eaf915ea44242f64db"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.6/go-size-analyzer_windows_arm64.zip",
|
|
"hash": "46e76f37ae20bd807cafc7a19ebbe8b2fa5bdc8021e3f0e82106a532ef096cb2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|