2020-04-22 23:39:09 +02:00

34 lines
1.3 KiB
JSON

{
"version": "0.69.1",
"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.69.1/hugo_0.69.1_windows-64bit.zip",
"hash": "934925450dd63e6813a6835f952df0e816aa9afc9da137a3c827960ef0ff5539"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.69.1/hugo_0.69.1_windows-32bit.zip",
"hash": "5174d2bc6df5b02d65a740758a87ab135c144228ac09101a3e7975c16c95d858"
}
},
"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"
}
}
}