From 49a27ec467fc3fdfeafc0c3a26162598eac7fdd4 Mon Sep 17 00:00:00 2001 From: Corey Wagehoft Date: Mon, 13 May 2019 09:01:02 -0500 Subject: [PATCH] Add git-chglog version 0.8.0 (#53) --- bucket/git-chglog.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/git-chglog.json diff --git a/bucket/git-chglog.json b/bucket/git-chglog.json new file mode 100644 index 0000000000..45e7f0778e --- /dev/null +++ b/bucket/git-chglog.json @@ -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" + } + } + } +}