2024-12-09 20:29:56 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.139.4",
"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.139.4/hugo_0.139.4_windows-amd64.zip",
"hash": "9f34620c11bc601cf02f3f840743cf309a3145f2629512649b0aee4ca329a858"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.139.4/hugo_0.139.4_windows-arm64.zip",
"hash": "00d7a93f7d88a0a26d2a6a839da1a5b38e1e863f45364328262abaa16e7f74b6"
}
},
"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"
}
}
}