ScoopInstaller_Main/hugo-extended.json
2018-12-24 09:00:36 +00:00

26 lines
829 B
JSON

{
"version": "0.53",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_extended_0.53_windows-64bit.zip",
"hash": "04a19aa3964239fedf9e74cbef4ec7931897aaa5d15c0a0b542ed0faa6e0dcc4"
}
},
"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"
}
}
}