2022-11-17 20:28:29 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.106.0",
"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.106.0/hugo_0.106.0_windows-amd64.zip",
"hash": "b83deb0a819d9a9cf3ecd67ec4bb8b5476cb6a03ef44a41fa4c2bf15b673b264"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.106.0/hugo_0.106.0_windows-arm64.zip",
"hash": "c6f2b3b834f78291f06d873f4b7eba9d3e2bccc81621e3ac9047a30931f48f0e"
}
},
"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"
}
}
}