ScoopInstaller_Main/bucket/hugo-extended.json
2021-12-10 12:29:58 +00:00

27 lines
864 B
JSON

{
"version": "0.90.1",
"description": "Speedy and flexible static site generator. (with Sass/SCSS support)",
"homepage": "https://gohugo.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.90.1/hugo_extended_0.90.1_windows-64bit.zip",
"hash": "5979d5267f91136bcaaa2f6fa23826cba10e1279d92d2b34c7bae648e23fe541"
}
},
"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"
}
}
}