-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpup.json
31 lines (31 loc) · 1.17 KB
/
pup.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
{
"version": "0.4.0",
"description": "Parsing HTML at the command line",
"homepage": "https://github.com/ericchiang/pup",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_windows_amd64.zip",
"hash": "6755cbd43e94eaf173689e93e914c7056a2249c2977e5b90024fb397f9b45ba4"
},
"32bit": {
"url": "https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_windows_386.zip",
"hash": "01acae220b69fb1ba8477d0e7f4d7669ef5de147966dc819cf75a845af74c5f3"
}
},
"bin": "pup.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ericchiang/pup/releases/download/v$version/pup_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/ericchiang/pup/releases/download/v$version/pup_v$version_windows_386.zip"
}
},
"hash": {
"url": "https://github.com/ericchiang/pup/releases/tag/v$version"
}
}
}