ScoopInstaller_Main/bucket/hugo-extended.json
2020-10-07 12:09:03 +02:00

27 lines
864 B
JSON

{
"version": "0.76.2",
"description": "Speedy and flexible static site generator. (with Sass/SCSS support)",
"homepage": "https://gohugo.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.76.2/hugo_extended_0.76.2_windows-64bit.zip",
"hash": "6cb6fc5809fa1ae9506faa75bee95122946dd48ad4bd07cf5856d5bb108fe4e9"
}
},
"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": "$baseurl/hugo_$version_checksums.txt"
}
}
}