2024-12-23 20:27:30 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.140.1",
"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.140.1/hugo_0.140.1_windows-amd64.zip",
"hash": "77b5bc210dd27c852a79fa8839eb61cbab6672b8efca1c7560d1ed31e4b03ac6"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.140.1/hugo_0.140.1_windows-arm64.zip",
"hash": "7cd5732147ce1ca4e117c3061013a678255e11810e740eeba5926541f9c71805"
}
},
"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"
}
}
}