ScoopInstaller_Main/bucket/git-sizer.json
2021-04-23 14:00:17 +00:00

29 lines
1.1 KiB
JSON

{
"version": "1.4.0",
"description": "Compute various size metrics for a Git repository, flagging those that might cause problems.",
"homepage": "https://github.com/github/git-sizer",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/github/git-sizer/releases/download/v1.4.0/git-sizer-1.4.0-windows-amd64.zip",
"hash": "d37945ec6e253281adadcbbd358da00e0fbfb4a099700a2a58e320ec1c2edca4"
},
"32bit": {
"url": "https://github.com/github/git-sizer/releases/download/v1.4.0/git-sizer-1.4.0-windows-386.zip",
"hash": "3d72cf32d30b82c5c76e560c702c41e50cb03710451dc1764097c64cecf3ed22"
}
},
"bin": "git-sizer.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/git-sizer/releases/download/v$version/git-sizer-$version-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/github/git-sizer/releases/download/v$version/git-sizer-$version-windows-386.zip"
}
}
}
}