2025-02-19 16:30:17 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.144.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.144.2/hugo_0.144.2_windows-amd64.zip",
"hash": "18f3bc720cf017f9f1e48b91df4dd1d6fc2cf84fa02c52ddd65aed9fc77ffbef"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.144.2/hugo_0.144.2_windows-arm64.zip",
"hash": "383195256bc08aba0feb6bc7067a2e1a852bd531ed420736b0493a95b61c3679"
}
},
"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"
}
}
}