ScoopInstaller_Main/bucket/hugo-extended.json
2020-03-03 17:01:53 +00:00

27 lines
925 B
JSON

{
"version": "0.66.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.66.0/hugo_extended_0.66.0_windows-64bit.zip",
"hash": "941f9a31cb4b870e43241213ace33e99d9652431ce8ecab130bb79d21998f4ee"
}
},
"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"
}
}
}