Add git-chglog version 0.8.0 (#53)

This commit is contained in:
Corey Wagehoft 2019-05-13 09:01:02 -05:00 committed by Richard Kuhnt
parent ddbdce7f4f
commit 49a27ec467

28
bucket/git-chglog.json Normal file
View File

@ -0,0 +1,28 @@
{
"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"
}
}
}
}