2022-07-21 12:32:10 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.5.0",
"description": "An offline tool for querying IP geographic information and CDN provider",
"homepage": "https://github.com/zu1k/nali",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.5.0/nali-windows-amd64-v0.5.0.zip",
"hash": "fea78ce8ff5965970a23a5f95fdba2844e200684da13496ca91b5fb09b8451be"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.5.0/nali-windows-386-v0.5.0.zip",
"hash": "67bb8c2456f8545f8f87f17327ec720043fc0a33183b17564de3de09152a8225"
}
},
"pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",
"bin": "nali.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zu1k/nali/releases/download/v$version/nali-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v$version/nali-windows-386-v$version.zip"
}
}
}
}