ScoopInstaller_Main/bucket/git-sizer.json
2019-08-14 18:39:36 -07:00

31 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/github/git-sizer",
"description": "Compute various size metrics for a Git repository, flagging those that might cause problems.",
"version": "1.3.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/github/git-sizer/releases/download/v1.3.0/git-sizer-1.3.0-windows-amd64.zip",
"hash": "15d9e56c10f81612796e8cbe6ff8e53eecfbabae1770b4a557252fce6e6addce"
},
"32bit": {
"url": "https://github.com/github/git-sizer/releases/download/v1.3.0/git-sizer-1.3.0-windows-386.zip",
"hash": "abad6350e72f848117b6b12b3fa0f7695a1dd9ed87b5dec8e7d2e65246753dbf"
}
},
"bin": "git-sizer.exe",
"checkver": {
"github": "https://github.com/github/git-sizer"
},
"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"
}
}
}
}