ScoopInstaller_Main/bucket/hugo-extended.json
2019-07-25 17:00:40 +00:00

26 lines
835 B
JSON

{
"version": "0.56.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.56.0/hugo_extended_0.56.0_windows-64bit.zip",
"hash": "5867bfc96a153f4c881bd01825f78449893652a427433d5b8ec423608906c5ba"
}
},
"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_extended_$version_windows-64bit.zip"
}
},
"hash": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_checksums.txt"
}
}
}