mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
27 lines
925 B
JSON
27 lines
925 B
JSON
{
|
|
"version": "0.64.1",
|
|
"homepage": "https://gohugo.io",
|
|
"description": "Speedy and flexible static site generator. (with Sass/SCSS support)",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.64.1/hugo_extended_0.64.1_windows-64bit.zip",
|
|
"hash": "6dcb57cb4661d55a3887498cc7c5d50ecc72c11122f646c68633fa4f26e81b0a"
|
|
}
|
|
},
|
|
"bin": "hugo.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|