From 19799d659073c582ed04a173a449ce4a078c5899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 25 Oct 2021 23:31:58 -0700 Subject: [PATCH] nali: Update to version 0.3.2 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index ac48a556d7..67ea486caa 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.3.1", + "version": "0.3.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.3.1/nali-windows-amd64-v0.3.1.zip", - "hash": "440a4deff2a493e3dca799a5a4f6c730c03248726001ea265d11120efd23c08c" + "url": "https://github.com/zu1k/nali/releases/download/v0.3.2/nali-windows-amd64-v0.3.2.zip", + "hash": "08be28c21345d82e577f0100289aa22a0134125bb440a543d668df97740e97df" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.3.1/nali-windows-386-v0.3.1.zip", - "hash": "04eb17d9581c46b226ce000f3fcaa293d7bc411c69183e1fe4b9a8b33453cec1" + "url": "https://github.com/zu1k/nali/releases/download/v0.3.2/nali-windows-386-v0.3.2.zip", + "hash": "22e10fc3fa61725353e550e11cb142949ba786c605baff7ec4faa486c7bbc2aa" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",