From b51794db3a499d5b0f33f1ad82993ae9061abfe3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:32:51 +0000 Subject: [PATCH] nali: Update to version 0.4.3 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index c9050ac736..3a8dca8f71 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.4.2", + "version": "0.4.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.4.2/nali-windows-amd64-v0.4.2.zip", - "hash": "6e98d4b263467bf94af0fcfaa2d13db5fefe363f9bb161f4cccad222345bfbeb" + "url": "https://github.com/zu1k/nali/releases/download/v0.4.3/nali-windows-amd64-v0.4.3.zip", + "hash": "fcd02bd11f329ce57c128d67bf668deb3206a6925862efd2d6c7110f56e03bfb" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.4.2/nali-windows-386-v0.4.2.zip", - "hash": "20e494aa8cc2cd758f4d790db3da0a812d7cdc75dbd34b24443757d47728d7d7" + "url": "https://github.com/zu1k/nali/releases/download/v0.4.3/nali-windows-386-v0.4.3.zip", + "hash": "054cb6c56156d7a5753e4d74cb2fcac91a82e8ae882d72fb2074d5baf4323e20" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",