2022-03-16 16:30:04 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.95.0",
"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.95.0/hugo_0.95.0_windows-64bit.zip",
"hash": "86f50fa8ae157b6f09f53c34f359c3a9a200d93c4f955f8ccb142efb2075dc5a"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.95.0/hugo_0.95.0_windows-32bit.zip",
"hash": "4e02edc5e798c41edea55284a25ce9fa320c0166628c2b32e63a68cacc4868d8"
}
},
"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"
}
}
}