ScoopInstaller_Main/bucket/git-chglog.json
2021-01-14 09:12:21 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.9.1",
"description": "Changelog generator implemented in Go (Golang)",
"homepage": "https://github.com/git-chglog/git-chglog",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/git-chglog/git-chglog/releases/download/0.9.1/git-chglog_windows_amd64.exe#/git-chglog.exe",
"hash": "d14da18c6008de0c240b75991368a137068c8a06d3d4c3c240ddc806fd7b9612"
},
"32bit": {
"url": "https://github.com/git-chglog/git-chglog/releases/download/0.9.1/git-chglog_windows_386.exe#/git-chglog.exe",
"hash": "00971cd3718084f405002d9732ad8758469b04a059feae96f3a943a0706065dd"
}
},
"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"
}
}
}
}