forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ipinfo.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": "2.9.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-2.9.0/ipinfo_2.9.0_windows_amd64.zip",
"hash": "177faa80a655483a397e85a67e679d855c3cdc94a0a1ffb67b9826a3f23e429d"
},
"32bit": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-2.9.0/ipinfo_2.9.0_windows_386.zip",
"hash": "f3e3d1535d78d7a8f9c3f883500e875534ee90910471ead918b0c43ff7a77076"
}
},
"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"
}
}
}
}