mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-13 10:51:19 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.64.1",
|
|
"homepage": "https://gohugo.io",
|
|
"description": "Speedy and flexible static site generator (without Sass/SCSS support)",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.64.1/hugo_0.64.1_windows-64bit.zip",
|
|
"hash": "1b591f2b81823c63a11651c9bc96fc909888921f03925482734deb96e3889602"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.64.1/hugo_0.64.1_windows-32bit.zip",
|
|
"hash": "ceed26725ca8ad0f5be3e406ad59b7de2b57ff35ddb8df1b24e25253311fde56"
|
|
}
|
|
},
|
|
"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": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|