2023-06-01 12:30:41 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.112.6",
"description": "Speedy and flexible static site generator (without Sass/SCSS support)",
"homepage": "https://gohugo.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.112.6/hugo_0.112.6_windows-amd64.zip",
"hash": "4e6aece408971b39c95bad0c5fedbbcd37f7fbfa1cbb11b9a64abc2bd83fe58c"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.112.6/hugo_0.112.6_windows-arm64.zip",
"hash": "1b986190eda31b09ecb47c2462e6dd8a2776f04cb184711e20260def83f45527"
}
},
"bin": "hugo.exe",
"checkver": {
"github": "https://github.com/gohugoio/hugo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-amd64.zip"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/hugo_$version_checksums.txt"
}
}
}