ScoopInstaller_Main/bucket/git-chglog.json
2021-07-09 08:00:25 +00:00

25 lines
809 B
JSON

{
"version": "0.15.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.15.0/git-chglog_0.15.0_windows_amd64.zip",
"hash": "d44ca8282c547c5e02529e10a4fcc11ff00d149b6d2c411ae6cb1b3b1b44ecb4"
}
},
"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"
}
}
}