ScoopInstaller_Main/hugo-extended.json
2019-04-20 15:00:26 +00:00

26 lines
835 B
JSON

{
"version": "0.55.3",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.55.3/hugo_extended_0.55.3_windows-64bit.zip",
"hash": "039acf39ef7de8c8c9b0ae1f5e4f2714793dd22968a018775eef2d7d7c797eb6"
}
},
"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"
}
}
}