mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 21:25:15 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.149.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.149.1/hugo_0.149.1_windows-amd64.zip",
|
|
"hash": "72fd3c5b45370f74ea2d79b29fea2237395aba6266ac62bd7adcad48485f8ae7"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.149.1/hugo_0.149.1_windows-arm64.zip",
|
|
"hash": "90f1eff752a7a4b6d2f38154a4af26bb3d6aa2284f6e65fa000df4e5b6c165a2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|