From a14c645472b0e92be7cb1626cfdbc4e8f7461721 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 12:33:06 +0000 Subject: [PATCH] nali: Update to version 0.4.4 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index 3a8dca8f71..72416f4cc4 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.4.3", + "version": "0.4.4", "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.3/nali-windows-amd64-v0.4.3.zip", - "hash": "fcd02bd11f329ce57c128d67bf668deb3206a6925862efd2d6c7110f56e03bfb" + "url": "https://github.com/zu1k/nali/releases/download/v0.4.4/nali-windows-amd64-v0.4.4.zip", + "hash": "11f6dd103f6fb2a1b2669b115d6f1407f24e9a3d5bdf9cec1bd8693827103daa" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.4.3/nali-windows-386-v0.4.3.zip", - "hash": "054cb6c56156d7a5753e4d74cb2fcac91a82e8ae882d72fb2074d5baf4323e20" + "url": "https://github.com/zu1k/nali/releases/download/v0.4.4/nali-windows-386-v0.4.4.zip", + "hash": "9e8d7b6763df660e21c5757a09c638f3e7a5f828be2791e0e8d496ffe1fb9470" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",