generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathipinfo.json
33 lines (33 loc) · 1.26 KB
/
ipinfo.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
33
{
"##": ":IPinfo",
"version": "3.2.0",
"description": "Official command line interface for the IPinfo API",
"homepage": "https://github.com/ipinfo/cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-3.2.0/ipinfo_3.2.0_windows_amd64.zip",
"hash": "14e924260c31066d73496a35bd59a4e229701768e105645d5d191119f0685aaf"
},
"32bit": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-3.2.0/ipinfo_3.2.0_windows_386.zip",
"hash": "3fde9e49d6061c85031ffd6fe2809375fb2e0043323e82a20c6bbd91e8b60d54"
}
},
"pre_install": "Rename-Item \"$dir\\ipinfo_*.exe\" ipinfo.exe",
"bin": "ipinfo.exe",
"checkver": {
"url": "https://github.com/ipinfo/cli/releases",
"regex": "ipinfo_([\\d.]+)_windows"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-$version/ipinfo_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-$version/ipinfo_$version_windows_386.zip"
}
}
}
}