2018-09-24 11:00:45 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.49",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.49/hugo_0.49_windows-64bit.zip",
"hash": "0fd2587a27379d1962df1de8f304e7f1f17a90b54358ccc8cf58eadc0fe813c2"
},
"32bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.49/hugo_0.49_windows-32bit.zip",
"hash": "5853d9e9b03a041a7417688123a978506905a4285576c99213cacb5f919afc34"
}
},
"bin": "hugo.exe",
"homepage": "https://gohugo.io",
"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"
}
}
}