ScoopInstaller_Main/bucket/hugo-extended.json
2019-10-21 10:00:29 +00:00

27 lines
925 B
JSON

{
"version": "0.59.0",
"homepage": "https://gohugo.io",
"description": "Speedy and flexible static site generator. (with Sass/SCSS support)",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.59.0/hugo_extended_0.59.0_windows-64bit.zip",
"hash": "99c5a838e396aa1187948d113689fd1951eec86f98c99327df3c9ed29b06d85a"
}
},
"bin": "hugo.exe",
"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"
}
}
}