2018-04-05 17:00:26 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.38.1",
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.38.1/hugo_0.38.1_windows-64bit.zip",
"hash": "9dfda1f11a2a237cbc8b2bca5cf55cc9be9182d3644e2518e5a8af3c11492fc7"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.38.1/hugo_0.38.1_windows-32bit.zip",
"hash": "640c76cf155eefb4d383d02077cde0b9e5bfc9d6db436fd2f7eeebe69fa50671"
}
},
"bin": "hugo.exe",
"homepage": "https://gohugo.io",
"checkver": {
"github": "https://github.com/spf13/hugo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
}
},
"hash": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_checksums.txt"
}
}
}