2022-08-29 22:14:13 +05:30

27 lines
851 B
JSON

{
"version": "0.102.1",
"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.102.1/hugo_0.102.1_windows-64bit.zip",
"hash": "c9189a1db1f804d2f17c481cf87482fabd31b1eadf3796df9d1ed82e7b5ab9a3"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/hugo_$version_checksums.txt"
}
}
}