2022-05-26 08:29:39 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.4.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.4.2/nali-windows-amd64-v0.4.2.zip",
"hash": "6e98d4b263467bf94af0fcfaa2d13db5fefe363f9bb161f4cccad222345bfbeb"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.4.2/nali-windows-386-v0.4.2.zip",
"hash": "20e494aa8cc2cd758f4d790db3da0a812d7cdc75dbd34b24443757d47728d7d7"
}
},
"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"
}
}
}
}