mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.20",
|
|
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.20/hugo_0.20_windows-64bit.zip",
|
|
"hash": "0d74ffe4722baa81626142fbfa75cba75867f005e7f29eeef227196e5fb5d2e4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.20/hugo_0.20_windows-32bit.zip",
|
|
"hash": "b5aaae719f01d997c63839077a8f19f599dc491277d2decb6b5f4aa7c4887faa"
|
|
}
|
|
},
|
|
"bin": "hugo.exe",
|
|
"pre_install": "Rename-Item @(Get-ChildItem $dir\\hugo_*.exe)[0] $dir\\hugo.exe",
|
|
"homepage": "https://gohugo.io",
|
|
"checkver": {
|
|
"github": "https://github.com/spf13/hugo"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-64bit.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|