ScoopInstaller_Main/bucket/hugo-extended.json
2020-03-09 21:01:58 +00:00

27 lines
925 B
JSON

{
"version": "0.67.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.67.0/hugo_extended_0.67.0_windows-64bit.zip",
"hash": "2bacc8ef24eb33557d7533a1bb3db9066ceda8143f8d26670951cda14c72ca81"
}
},
"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"
}
}
}