From 8eb7fc38b101eb8eb782cf5d6f3dc89e68ed7b89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 04:33:19 +0000 Subject: [PATCH] nali: Update to version 0.4.9 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index 317bba1658..652f6628e5 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.4.8", + "version": "0.4.9", "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.8/nali-windows-amd64-v0.4.8.zip", - "hash": "c4a6878b3d9e4df1890c55b08e61c03ed5bdc073506ba7a326d52c7263a4212c" + "url": "https://github.com/zu1k/nali/releases/download/v0.4.9/nali-windows-amd64-v0.4.9.zip", + "hash": "414943b77727fcd15c0403bf4b0a01176e19836ed55ef230af23129d23a786ff" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.4.8/nali-windows-386-v0.4.8.zip", - "hash": "aebb17810924b22a063be75919b843fcdff15ef86149fe86bbfa58c6daa3b7af" + "url": "https://github.com/zu1k/nali/releases/download/v0.4.9/nali-windows-386-v0.4.9.zip", + "hash": "e11a0ffeda9ce3ade849c341fdf552644aa32e67a7ba0b447b48d8e646b83b43" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",