mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/git-chglog/git-chglog",
|
|
"description": "Changelog generator implemented in Go (Golang)",
|
|
"license": "MIT",
|
|
"version": "0.9.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-chglog/git-chglog/releases/download/0.9.1/git-chglog_windows_amd64.exe#/git-chglog.exe",
|
|
"hash": "d14da18c6008de0c240b75991368a137068c8a06d3d4c3c240ddc806fd7b9612"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-chglog/git-chglog/releases/download/0.9.1/git-chglog_windows_386.exe#/git-chglog.exe",
|
|
"hash": "00971cd3718084f405002d9732ad8758469b04a059feae96f3a943a0706065dd"
|
|
}
|
|
},
|
|
"bin": "git-chglog.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-chglog/git-chglog/releases/download/$version/git-chglog_windows_amd64.exe#/git-chglog.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-chglog/git-chglog/releases/download/$version/git-chglog_windows_386.exe#/git-chglog.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|