diff --git a/bucket/nali.json b/bucket/nali.json index 6d1b39a263..7450766905 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.5.0", + "version": "0.5.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.5.0/nali-windows-amd64-v0.5.0.zip", - "hash": "fea78ce8ff5965970a23a5f95fdba2844e200684da13496ca91b5fb09b8451be" + "url": "https://github.com/zu1k/nali/releases/download/v0.5.3/nali-windows-amd64-v0.5.3.zip", + "hash": "49867ba07943e24c114e971779017c3fa9fb827355f8d48edb1084a04202d4b7" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.5.0/nali-windows-386-v0.5.0.zip", - "hash": "67bb8c2456f8545f8f87f17327ec720043fc0a33183b17564de3de09152a8225" + "url": "https://github.com/zu1k/nali/releases/download/v0.5.3/nali-windows-386-v0.5.3.zip", + "hash": "10c729246aa63c67655a7e4bf81dca0fc5659d733f576a9ded418d593f62dfd5" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",