Charles Chin eaf19a0610
hugo: Update to version 0.89.4 (#3010)
* hugo: Update to version 0.89.4

* hugo: Update to version 0.89.4
2021-11-26 19:20:35 +05:30

34 lines
1.2 KiB
JSON

{
"version": "0.89.4",
"description": "Speedy and flexible static site generator (without Sass/SCSS support)",
"homepage": "https://gohugo.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.89.4/hugo_0.89.4_windows-64bit.zip",
"hash": "aed50fc354f1d30ddf845812ca34136e4c168edc03be5e9a7d6ec98d79680d31"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.89.4/hugo_0.89.4_windows-32bit.zip",
"hash": "57067a96741f11e5346f1a3e44ac4ada9f6e2d364122db58f0e215ca888beb1e"
}
},
"bin": "hugo.exe",
"checkver": {
"github": "https://github.com/gohugoio/hugo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
}
},
"hash": {
"url": "$baseurl/hugo_$version_checksums.txt"
}
}
}