ScoopInstaller_Main/bucket/hugo-extended.json
2020-05-31 16:30:12 +02:00

27 lines
864 B
JSON

{
"version": "0.72.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.72.0/hugo_extended_0.72.0_windows-64bit.zip",
"hash": "5e8c7ef3d942fb2c6245de916beb09cf5305a58cbe65eb5f0e47bb7518c72c30"
}
},
"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"
}
}
}