mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "0.47.1",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.47.1/hugo_0.47.1_windows-64bit.zip",
|
|
"hash": "348f6010d3d6e7bf2271938a0276678d1a4b3af09d5c5256d30b91e19c9c6f72"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v0.47.1/hugo_0.47.1_windows-32bit.zip",
|
|
"hash": "e7193c9b6188a8bc808997c81d7843773ce14702757c8cda8457870ad33b1d6d"
|
|
}
|
|
},
|
|
"bin": "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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|