ScoopInstaller_Main/bucket/hugo-extended.json
2022-08-31 12:32:04 +00:00

27 lines
867 B
JSON

{
"version": "0.102.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.102.2/hugo_extended_0.102.2_windows-64bit.zip",
"hash": "f4899ff42b1c0d2fceff29b8fa9951382fbabfd26525bcfac0542b3577dd6a7c"
}
},
"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"
}
}
}