ScoopInstaller_Main/bucket/hugo-extended.json
2019-12-23 11:00:42 +00:00

27 lines
925 B
JSON

{
"version": "0.62.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.62.0/hugo_extended_0.62.0_windows-64bit.zip",
"hash": "584d4a2e8fa0d0626a7c9ab231531ac6a2c6091f78186cf4c159dba9bdbe9009"
}
},
"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"
}
}
}