ScoopInstaller_Main/bucket/git-chglog.json
2021-03-21 04:00:24 +00:00

25 lines
809 B
JSON

{
"version": "0.12.0",
"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.12.0/git-chglog_0.12.0_windows_amd64.zip",
"hash": "08b7932d27c914297e830ae73d85edc410f8b6ef566448757e760ea913c538e2"
}
},
"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"
}
}
}