2023-04-24 12:30:50 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.7.2",
"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.7.2/nali-windows-amd64-v0.7.2.zip",
"hash": "d757440e3fb4dc83a40d9900f092ef81c04781d57aad6a0626ec03cc80d8a690"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.7.2/nali-windows-386-v0.7.2.zip",
"hash": "a17e491de0159c63abcd9cc3eaaeb847b0599d32648b3ee605f73d84a5e686c5"
}
},
"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"
}
}
}
}