2024-10-21 16:30:08 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.136.3",
"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.136.3/hugo_0.136.3_windows-amd64.zip",
"hash": "b99611f5970895b367b5d705d5eeba29fddab686791d32c494573075ee3a6b5f"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.136.3/hugo_0.136.3_windows-arm64.zip",
"hash": "dffffcc1041b2f686836c7e459c2921ecc63285943f620be288c92180644cd6f"
}
},
"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"
}
}
}