2022-03-02 08:28:35 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.3.7",
"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.7/nali-windows-amd64-0.3.7.zip",
"hash": "a88c21333ef66ae40628abd870568090d9bcd0253ae840f53976a52c92ff5d46"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/0.3.7/nali-windows-386-0.3.7.zip",
"hash": "d526f21f8ad36d7d7f3fb3de58d418fc09b29345711c02abeafdf2903d6943a1"
}
},
"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"
}
}
}
}