2018-07-25 10:00:19 +00:00

33 lines
1.1 KiB
JSON

{
"version": "0.45.1",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.45.1/hugo_0.45.1_windows-64bit.zip",
"hash": "8a70bdd5dbe1c1d37cbfa4884a831093aeada8f0d2472333508b7bdafa36c05e"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.45.1/hugo_0.45.1_windows-32bit.zip",
"hash": "9dbd5f8ac2bf4d81932cbe692326521fe8e551929325b45ce69f7004f9b8700b"
}
},
"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_$version_checksums.txt"
}
}
}