2023-12-08 12:29:47 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.121.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.121.1/hugo_0.121.1_windows-amd64.zip",
"hash": "00a711292bbd0701a082cfa6188a5db51018fe787a56386d174e0e22c06cbcab"
},
"arm64": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_0.121.1_windows-arm64.zip",
"hash": "47bcd698f9f957b9c5195e1e62c6db7302f9822a91aacb2948a06bba337765cf"
}
},
"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"
}
}
}