2022-04-03 12:30:49 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.3.8",
"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/0.3.8/nali-windows-amd64-0.3.8.zip",
"hash": "29492fce99ef7c921f79ed024df66b4b7c20db9e16c846f99afe0f79c5a516cc"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/0.3.8/nali-windows-386-0.3.8.zip",
"hash": "3c72b3ee9a870c7f9ec462015e37d54c653eb0cf7489b8cb133a11c11eb4a619"
}
},
"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/$version/nali-windows-amd64-$version.zip"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/$version/nali-windows-386-$version.zip"
}
}
}
}