ScoopInstaller_Main/bucket/hugo-extended.json
2020-03-24 10:01:50 +00:00

27 lines
925 B
JSON

{
"version": "0.68.2",
"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.68.2/hugo_extended_0.68.2_windows-64bit.zip",
"hash": "e6835b29fd33df239ea0a85f50cfc29289e3a34d1d2a20c38b4c98926abd941b"
}
},
"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"
}
}
}