From 5f2ef395dfff82d13ce4ae3190b167fba10ad9f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 12:31:45 +0000 Subject: [PATCH] nali: Update to version 0.4.6 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index 71c8a9abe0..af53bee4af 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.4.5", + "version": "0.4.6", "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.5/nali-windows-amd64-v0.4.5.zip", - "hash": "9255b9f283f8318749ad63dd735b7f88e1c4b13bef3253c77ec5b6434accf1c8" + "url": "https://github.com/zu1k/nali/releases/download/v0.4.6/nali-windows-amd64-v0.4.6.zip", + "hash": "c764fe40746a436ea5ec9932481870aff184303341448d0547753ffdc3f7c399" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.4.5/nali-windows-386-v0.4.5.zip", - "hash": "bd3e4e5fb3e4022a9612b9d22bca62f5a24fe8c704173f69c89973b06199e641" + "url": "https://github.com/zu1k/nali/releases/download/v0.4.6/nali-windows-386-v0.4.6.zip", + "hash": "0769c50bb60d3ebedb29e4a7c700ad0ce9e158846b8dac72dbdf623992168c10" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",