ScoopInstaller_Main/bucket/hugo-extended.json
2022-05-16 12:31:24 +00:00

27 lines
864 B
JSON

{
"version": "0.99.0",
"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.99.0/hugo_extended_0.99.0_windows-64bit.zip",
"hash": "237077ce30897649c076b64bd9ff8031d28af2cdcc4d263e7c97e812a9d8c7aa"
}
},
"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"
}
}
}