2024-12-17 16:31:49 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.140.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.140.0/hugo_0.140.0_windows-amd64.zip",
"hash": "7cf545882ddab657cd576bd1db60a8abb9b3dfbe2c68af7f3cd95f62dbad3c50"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.140.0/hugo_0.140.0_windows-arm64.zip",
"hash": "a3225ecebb8d24da4bf38d37680ef04d910fdf43a4b519729d0a2cef8e9e4a56"
}
},
"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"
}
}
}