2020-09-14 15:26:42 +02:00

34 lines
1.3 KiB
JSON

{
"version": "0.75.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.75.0/hugo_0.75.0_windows-64bit.zip",
"hash": "6412fa86dd7e9f83204ddd17c305c7c16662231ee616657054c67e417a646303"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.75.0/hugo_0.75.0_windows-32bit.zip",
"hash": "5558e3f6ef90028339c1bf0b48d0710d0a4c11b637a91d260de624db0f5726e9"
}
},
"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"
}
}
}