ScoopInstaller_Main/bucket/hugo-extended.json
2024-08-17 20:25:46 +00:00

27 lines
867 B
JSON

{
"version": "0.133.0",
"description": "Speedy and flexible static site generator. (with Sass/SCSS support)",
"homepage": "https://gohugo.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_extended_0.133.0_windows-amd64.zip",
"hash": "bfb0eeba5afd3a0f19bd34331f7f8cdec5c9ca3bca20f5431abd01c4540648c9"
}
},
"bin": "hugo.exe",
"checkver": {
"github": "https://github.com/gohugoio/hugo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_windows-amd64.zip"
}
},
"hash": {
"url": "$baseurl/hugo_$version_checksums.txt"
}
}
}