2019-07-28 16:00:59 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.56.1",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.56.1/hugo_0.56.1_windows-64bit.zip",
"hash": "3b65fd97b544735462d0d432bdde7ff49465a8cece22b25ec2a9af5b438cf851"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.56.1/hugo_0.56.1_windows-32bit.zip",
"hash": "99a44ad0e58446e17e966805b6c60b161bebc76017a11215f07684735b56bcc0"
}
},
"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_$version_windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
}
},
"hash": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_checksums.txt"
}
}
}