ScoopInstaller_Main/bucket/hugo-extended.json
2019-09-06 10:00:19 +00:00

27 lines
925 B
JSON

{
"version": "0.58.1",
"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.58.1/hugo_extended_0.58.1_windows-64bit.zip",
"hash": "ae79379ce098fb3cceb6c9fd522c83049248152031ab290b665070f15e3b5235"
}
},
"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"
}
}
}