2021-03-26 11:53:59 +01:00

30 lines
1.1 KiB
JSON

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