ScoopInstaller_Main/bucket/hugo-extended.json
2023-03-12 12:33:41 +00:00

27 lines
867 B
JSON

{
"version": "0.111.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.111.3/hugo_extended_0.111.3_windows-amd64.zip",
"hash": "f884ad6226c8315803542e31c69044cbfebd3681fd134c51f9171d215063de73"
}
},
"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"
}
}
}