ScoopInstaller_Main/bucket/hugo-extended.json
2026-02-08 20:30:45 +00:00

27 lines
867 B
JSON

{
"version": "0.155.3",
"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.155.3/hugo_extended_0.155.3_windows-amd64.zip",
"hash": "48944b3ef2fc546a4e39f70ed3f496ba1b6e4f2512d6a6205a67659df58ee5dd"
}
},
"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-amd64.zip"
}
},
"hash": {
"url": "$baseurl/hugo_$version_checksums.txt"
}
}
}