2019-09-13 09:00:19 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.58.2",
"homepage": "https://gohugo.io",
"description": "Speedy and flexible static site generator (without Sass/SCSS support)",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.58.2/hugo_0.58.2_windows-64bit.zip",
"hash": "2bccdbcaebc910b8c589dfc666692dc552e384e563ab0d7bc12b3a976c333e4d"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.58.2/hugo_0.58.2_windows-32bit.zip",
"hash": "e6864806d9a68afd6b1d71a2ccf6f540ef18dc56ba59a05a7501da5a60491e90"
}
},
"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": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_checksums.txt"
}
}
}