mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 13:15:15 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.20.4",
|
|
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.20.4/hugo_0.20.4_windows-64bit.zip",
|
|
"hash": "62446fc4ffc560b34d5a609d473275f79d698862fb6711a6c656941c467b6c6a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.20.4/hugo_0.20.4_windows-32bit.zip",
|
|
"hash": "174793dce6aafadcfb0d1d44ae7f9bbfb43189a17deda33a1a857854bfc66dab"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|