ScoopInstaller_Main/bucket/hugo-extended.json
2019-10-31 16:00:22 +00:00

27 lines
925 B
JSON

{
"version": "0.59.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.59.1/hugo_extended_0.59.1_windows-64bit.zip",
"hash": "4256a8b2b038a029bc64eef3fce0f3af1de87c5d8b50d28812db4edfd72f7460"
}
},
"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": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_checksums.txt"
}
}
}