mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
27 lines
925 B
JSON
27 lines
925 B
JSON
{
|
|
"version": "0.65.2",
|
|
"homepage": "https://gohugo.io",
|
|
"description": "Speedy and flexible static site generator. (with Sass/SCSS support)",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.65.2/hugo_extended_0.65.2_windows-64bit.zip",
|
|
"hash": "41b1e00ee48b90a912fc176575247520aaaefda5384363593ff39f863267311c"
|
|
}
|
|
},
|
|
"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": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|