ScoopInstaller_Main/bucket/hugo-extended.json
2020-03-15 20:01:53 +00:00

27 lines
925 B
JSON

{
"version": "0.67.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.67.1/hugo_extended_0.67.1_windows-64bit.zip",
"hash": "e0898d0b2b0314bd90b517fdffd498108450eab37b747041bfff7654fe551881"
}
},
"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"
}
}
}