ScoopInstaller_Main/bucket/hugo-extended.json
2020-04-22 23:39:07 +02:00

27 lines
864 B
JSON

{
"version": "0.69.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.69.1/hugo_extended_0.69.1_windows-64bit.zip",
"hash": "cd8c1736411ff92a65aef29b3ecf6ddce8c63e38736fe7e66b2e74849b765edc"
}
},
"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"
}
}
}