ScoopInstaller_Main/bucket/ipinfo-cli.json
2023-10-05 08:28:02 +00:00

44 lines
1.8 KiB
JSON

{
"version": "3.1.2",
"description": "This is the official CLI for the IPinfo.io IP address API",
"license": "Apache-2.0",
"homepage": "https://github.com/ipinfo/cli",
"architecture": {
"32bit": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.2/ipinfo_3.1.2_windows_386.zip",
"hash": "f5c3feea45bf87693e3d5f6e8e92567542e1e1a5d20277e2bd4437687de969fa"
},
"64bit": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.2/ipinfo_3.1.2_windows_amd64.zip",
"hash": "7d0c5aa584ecd03d8bf0a795c679790de2fed464d560deb20d6a0081f14a8174"
},
"arm64": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.2/ipinfo_3.1.2_windows_arm.zip",
"hash": "57e6d1c5f8051acba198a243b5226ef3f7fe28fd8abc57d92ffc152b62b57831"
}
},
"pre_install": [
"$exe_path = (Get-ChildItem -Path \"$original_dir\\*\" -Include \"*.exe\" -File)[0].FullName",
"Rename-Item -Path \"${exe_path}\" -NewName \"ipinfo.exe\" -Force"
],
"bin": "ipinfo.exe",
"checkver": {
"url": "https://api.github.com/repos/ipinfo/cli/releases/latest",
"jsonpath": "$.name",
"regex": "ipinfo-(?<version>.*)$"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-$version/ipinfo_$version_windows_386.zip"
},
"64bit": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-$version/ipinfo_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/ipinfo/cli/releases/download/ipinfo-$version/ipinfo_$version_windows_arm.zip"
}
}
}
}