2024-10-17 16:30:59 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.136.2",
"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.2/hugo_0.136.2_windows-amd64.zip",
"hash": "13b66dc115639d706f0bc5abf5b67add81bf87c2e1aaeec005d167a9eb1231cc"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.136.2/hugo_0.136.2_windows-arm64.zip",
"hash": "f400121734ce04b8570ff16c12194d06a586f71c3941c980cb02e59ee380fea8"
}
},
"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"
}
}
}