2022-08-15 04:46:46 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.5.3",
"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.3/nali-windows-amd64-v0.5.3.zip",
"hash": "49867ba07943e24c114e971779017c3fa9fb827355f8d48edb1084a04202d4b7"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.5.3/nali-windows-386-v0.5.3.zip",
"hash": "10c729246aa63c67655a7e4bf81dca0fc5659d733f576a9ded418d593f62dfd5"
}
},
"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"
}
}
}
}