mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-17 17:15:11 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.120.2",
|
|
"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.120.2/hugo_0.120.2_windows-amd64.zip",
|
|
"hash": "23cb16d4c6e6ecdc9641d4bc4ffd9c6ace34186b7b30643e46b2b97df2954921"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.120.2/hugo_0.120.2_windows-arm64.zip",
|
|
"hash": "1a5ef79d79753d33b563a2352eab9918866572e3781d831d63cf550b6201c055"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|