ScoopInstaller_Main/bucket/git-chglog.json
2019-05-13 16:01:02 +02:00

29 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/git-chglog/git-chglog",
"description": "Changelog generator implemented in Go (Golang)",
"license": "MIT",
"version": "0.8.0",
"architecture": {
"64bit": {
"url": "https://github.com/git-chglog/git-chglog/releases/download/0.8.0/git-chglog_windows_amd64.exe#/git-chglog.exe",
"hash": "9d320fccda3662e89055ed262fc00c91b4d49211623013313f71271a76a7f772"
},
"32bit": {
"url": "https://github.com/git-chglog/git-chglog/releases/download/0.8.0/git-chglog_windows_386.exe#/git-chglog.exe",
"hash": "00323fb314e56abf16db8e62ebb5fa0d5423a31d4868d0e05abd54cf305c1cf4"
}
},
"bin": "git-chglog.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/git-chglog/git-chglog/releases/download/$version/git-chglog_windows_amd64.exe#/git-chglog.exe"
},
"32bit": {
"url": "https://github.com/git-chglog/git-chglog/releases/download/$version/git-chglog_windows_386.exe#/git-chglog.exe"
}
}
}
}