diff --git a/bucket/nali.json b/bucket/nali.json index f6310fa5e8..326b356b65 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.3.7", + "version": "0.3.8", "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" + "url": "https://github.com/zu1k/nali/releases/download/0.3.8/nali-windows-amd64-0.3.8.zip", + "hash": "29492fce99ef7c921f79ed024df66b4b7c20db9e16c846f99afe0f79c5a516cc" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/0.3.7/nali-windows-386-0.3.7.zip", - "hash": "d526f21f8ad36d7d7f3fb3de58d418fc09b29345711c02abeafdf2903d6943a1" + "url": "https://github.com/zu1k/nali/releases/download/0.3.8/nali-windows-386-0.3.8.zip", + "hash": "3c72b3ee9a870c7f9ec462015e37d54c653eb0cf7489b8cb133a11c11eb4a619" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",