2022-06-30 12:31:45 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.4.6",
"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.4.6/nali-windows-amd64-v0.4.6.zip",
"hash": "c764fe40746a436ea5ec9932481870aff184303341448d0547753ffdc3f7c399"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.4.6/nali-windows-386-v0.4.6.zip",
"hash": "0769c50bb60d3ebedb29e4a7c700ad0ce9e158846b8dac72dbdf623992168c10"
}
},
"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"
}
}
}
}