mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.107.0",
|
|
"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.107.0/hugo_0.107.0_windows-amd64.zip",
|
|
"hash": "3a003f64ae8718fa7ef985d03082a6d9bacf07a98cfb45b0d01de5cffbaa3a02"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.107.0/hugo_0.107.0_windows-arm64.zip",
|
|
"hash": "53273c658f827b7448b9de6639b5836612a2534f13f3f2e3f337364d23dd378f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|