mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
809 B
JSON
25 lines
809 B
JSON
{
|
|
"version": "0.15.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.15.1/git-chglog_0.15.1_windows_amd64.zip",
|
|
"hash": "4ea2684d4eaf8b59cf04ffe1af17075f7988d2b6053da8ab51b2baea5108afbc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|