ScoopInstaller_Main/bucket/git-sizer.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

30 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/github/git-sizer",
"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"
}
}
}
}