forked from ScoopInstaller/Scoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.json
32 lines (32 loc) · 1.17 KB
/
hugo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "0.25",
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
"architecture": {
"64bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.25/hugo_0.25_windows-64bit.zip",
"hash": "a50d7c42fde7602e07259ad7088e5e120b56dd59b6a3f2884472010f605d19fc"
},
"32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v0.25/hugo_0.25_windows-32bit.zip",
"hash": "9cced2b41acf0d8fb6de817d8dcc4af60fba669ce87f867419bfc922acca425a"
}
},
"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_checksums.txt"
}
}
}