ScoopInstaller_Main/bucket/go-size-analyzer.json
2024-09-01 08:28:07 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.7.2",
"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.2/go-size-analyzer_windows_amd64.zip",
"hash": "b012bc682b1fa8cec2bcf58adb10c2bcc25ba2167fb210d3c6412a7ba434717b"
},
"arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.7.2/go-size-analyzer_windows_arm64.zip",
"hash": "821b701c5db777e5c111c7aa50c4ab925bc45e85203b5abfdee93a52456851fe"
}
},
"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"
}
}
}