30 lines
1.1 KiB
JSON

{
"version": "0.3.9",
"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.3.9/nali-windows-amd64-v0.3.9.zip",
"hash": "c19922c589574ae811c452a08fe88df046a413b5bcef70f533e5173a018b4ab9"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.3.9/nali-windows-386-v0.3.9.zip",
"hash": "0e0cefd5e6a8e79df799db69a914a0fddb7ba6bca3373b863ee0658051121f9a"
}
},
"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"
}
}
}
}