2017-04-25 10:01:00 +02:00

31 lines
1.1 KiB
JSON

{
"version": "0.20.5",
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.20.5/hugo_0.20.5_windows-64bit.zip",
"hash": "194af4d59d76d5a4bb1e3f2e594090d47f9e1cfd4c7790fc0d0b6d6a7e153efb"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.20.5/hugo_0.20.5_windows-32bit.zip",
"hash": "9237b0281ff97eebb29ffcb6a73dd712f7f5eaccd9357e2593d8d2f418dcf979"
}
},
"bin": "hugo.exe",
"pre_install": "Rename-Item @(Get-ChildItem $dir\\hugo_*.exe)[0] $dir\\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"
}
}
}
}