ScoopInstaller_Main/hugo-extended.json
2019-04-12 11:00:22 +00:00

26 lines
835 B
JSON

{
"version": "0.55.1",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.55.1/hugo_extended_0.55.1_windows-64bit.zip",
"hash": "0baa91a7f51468806a15e7d94c6aa416243953ca12266818c04c28507a2b25c7"
}
},
"bin": "hugo.exe",
"homepage": "https://gohugo.io",
"checkver": {
"github": "https://github.com/gohugoio/hugo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_windows-64bit.zip"
}
},
"hash": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_checksums.txt"
}
}
}