ScoopInstaller_Main/bucket/git-chglog.json
2021-03-12 22:00:29 +00:00

25 lines
809 B
JSON

{
"version": "0.11.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/v0.11.1/git-chglog_0.11.1_windows_amd64.zip",
"hash": "09e6d0fc80eba480e247b34f108120653ab9e051db66014b656b7985975a8fb2"
}
},
"bin": "git-chglog.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/git-chglog/git-chglog/releases/download/v$version/git-chglog_$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}