ScoopInstaller_Main/hugo-extended.json
2019-04-17 13:00:24 +00:00

26 lines
835 B
JSON

{
"version": "0.55.2",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.55.2/hugo_extended_0.55.2_windows-64bit.zip",
"hash": "3f8e73b73e18a9fdcfeb60f4382f548209d1cbf27d4414c5180af8f836118eaa"
}
},
"bin": "hugo.exe",
"homepage": "https://gohugo.io",
"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"
}
}
}