ScoopInstaller_Main/bucket/hugo-extended.json
2021-12-23 20:27:31 +00:00

27 lines
864 B
JSON

{
"version": "0.91.2",
"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.91.2/hugo_extended_0.91.2_windows-64bit.zip",
"hash": "77af8e63d4023fa2628300afd8d67d9db2b8018d21a5fa3b794199dce7381083"
}
},
"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-64bit.zip"
}
},
"hash": {
"url": "$baseurl/hugo_$version_checksums.txt"
}
}
}