ScoopInstaller_Main/bucket/hugo-extended.json
2020-02-04 10:01:51 +00:00

27 lines
925 B
JSON

{
"version": "0.64.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.64.0/hugo_extended_0.64.0_windows-64bit.zip",
"hash": "e9c1451736ca8a3b877188cae56112250932e80bc79c6b0002570192be447dff"
}
},
"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"
}
}
}