ScoopInstaller_Main/bucket/hugo-extended.json
2019-11-29 16:01:49 +00:00

27 lines
925 B
JSON

{
"version": "0.60.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.60.1/hugo_extended_0.60.1_windows-64bit.zip",
"hash": "576c72e100397b574a95d83431eec3548aa41e53a2a0674e6e51c606ca3cdd00"
}
},
"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"
}
}
}