mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 20:11:20 +00:00
26 lines
829 B
JSON
26 lines
829 B
JSON
{
|
|
"version": "0.52",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_extended_0.52_windows-64bit.zip",
|
|
"hash": "1d915df9e20fb51cc93da9593ea881765aba1a9e20c7530a5aa82fca997e1e4c"
|
|
}
|
|
},
|
|
"bin": "hugo.exe",
|
|
"homepage": "https://gohugo.io",
|
|
"checkver": {
|
|
"github": "https://github.com/gohugoio/hugo"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_windows-64bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|