mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 05:35:15 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.93.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.93.1/hugo_0.93.1_windows-64bit.zip",
|
|
"hash": "52c93da8f91c72ee25472362216ad7d62263cc24d7b182de2c63a6e1f0d12477"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.93.1/hugo_0.93.1_windows-32bit.zip",
|
|
"hash": "a1eb62030b25aff5144f60e5b111fcc71e8adbaa55759b6babfb313ea0816682"
|
|
}
|
|
},
|
|
"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-64bit.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/hugo_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|