2017-06-16 09:01:52 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.23",
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.23/hugo_0.23_windows-64bit.zip",
"hash": "7288c6565120ebc8471d0cf699f372b229a328fba1fb982490edf8b6efaca7e7"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.23/hugo_0.23_windows-32bit.zip",
"hash": "1544c654fcfd41d5e2f130f9b49b1071159047f6d71ea01f8f551de71059e556"
}
},
"bin": "hugo.exe",
"homepage": "https://gohugo.io",
"checkver": {
"github": "https://github.com/spf13/hugo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
}
},
"hash": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_checksums.txt"
}
}
}