mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.123.8",
|
|
"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.123.8/hugo_0.123.8_windows-amd64.zip",
|
|
"hash": "a992ca09f9a783c0b7c7e17f4df56c6050ea54bcef8ada7fee84008590af55a8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.123.8/hugo_0.123.8_windows-arm64.zip",
|
|
"hash": "f1159960a9d792d49a509c38a7d5e408735393428515e21532c620cb9b1a567e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|