ScoopInstaller_Main/bucket/go-size-analyzer.json
2024-06-22 12:31:40 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.3.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.3.6/go-size-analyzer_windows_amd64.zip",
"hash": "1ab317a4a7a33c2792c5515523ce235374e02f59a893abe5814c9f2d9e8de6f9"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.6/go-size-analyzer_windows_arm64.zip",
"hash": "68cf1fd01bba5b8feb841eb3a63e729b9c0c3a6b799bd5dc70fb9bfbb2615792"
}
},
"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"
}
}
}