ScoopInstaller_Main/bucket/hugo-extended.json
2020-05-19 08:48:11 +02:00

27 lines
864 B
JSON

{
"version": "0.71.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.71.0/hugo_extended_0.71.0_windows-64bit.zip",
"hash": "ab44425a2f8df032509ff3748473a79baa1698a4f9fc165216bc54460403db7a"
}
},
"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"
}
}
}