From 11fb41aa80f4eb039d11ccc205d10f1a2d29840b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 08:28:35 +0000 Subject: [PATCH] nali: Update to version 0.3.7 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index 35f5e2cabb..f6310fa5e8 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.3.6", + "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.6/nali-windows-amd64-0.3.6.zip", - "hash": "98a3f117b9bc37d44b5d8042c70aafe4b0ec66af6e79a415836fef31e0d2184c" + "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.6/nali-windows-386-0.3.6.zip", - "hash": "3b957abf97c3ca21bac24e724b367815147d6d51765a94f3279abb0cf6d090a7" + "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'",