ScoopInstaller_Main/bucket/git-sizer.json
2021-11-17 15:00:44 +00:00

29 lines
1.1 KiB
JSON

{
"version": "1.5.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.5.0/git-sizer-1.5.0-windows-amd64.zip",
"hash": "52093c1cba0bb8e00da14c9eef678eb052fc729c32419415817076f06b5c85d8"
},
"32bit": {
"url": "https://github.com/github/git-sizer/releases/download/v1.5.0/git-sizer-1.5.0-windows-386.zip",
"hash": "55930026eb444f8f852e03716525067bfc4a0329a9c778b026da150a8ed8abd8"
}
},
"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"
}
}
}
}