From 63a6c4f30c5ce7272ee2e75521de10f092c161bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 04:37:32 +0000 Subject: [PATCH] nali: Update to version 0.4.8 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index 03ecff8677..317bba1658 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.4.7", + "version": "0.4.8", "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.7/nali-windows-amd64-v0.4.7.zip", - "hash": "b751ec8021c4e737354873d9985ac73d962e868da818ace38c22f06fc780a744" + "url": "https://github.com/zu1k/nali/releases/download/v0.4.8/nali-windows-amd64-v0.4.8.zip", + "hash": "c4a6878b3d9e4df1890c55b08e61c03ed5bdc073506ba7a326d52c7263a4212c" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.4.7/nali-windows-386-v0.4.7.zip", - "hash": "2c8d4b317f20662c64c7c11f5714ff12f88afc7905f4586283a392c5ff1b659c" + "url": "https://github.com/zu1k/nali/releases/download/v0.4.8/nali-windows-386-v0.4.8.zip", + "hash": "aebb17810924b22a063be75919b843fcdff15ef86149fe86bbfa58c6daa3b7af" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",