ScoopInstaller_Main/bucket/git-chglog.json
2023-01-22 12:32:07 +00:00

25 lines
809 B
JSON

{
"version": "0.15.2",
"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.15.2/git-chglog_0.15.2_windows_amd64.zip",
"hash": "dfdd9fcefe5392568c351ad2ee7d7720750188f5f82ea7b216bddd2f99b4a2d2"
}
},
"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"
}
}
}