From 94d2f62c2d08993de2eb9350f86f6eaa82b6b167 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 04:27:29 +0000 Subject: [PATCH] nali: Update to version 0.7.1 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index c61cff4667..2aea1dbf55 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.7.0", + "version": "0.7.1", "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.7.0/nali-windows-amd64-v0.7.0.zip", - "hash": "773e55894f0dfea65d9e01dba5842b6bb6fdf501f75c63ed87fdb7ea72e99ceb" + "url": "https://github.com/zu1k/nali/releases/download/v0.7.1/nali-windows-amd64-v0.7.1.zip", + "hash": "123fd644d37ed38cac99722d609e7429ee01c4efce586c329e30919ba74d7a47" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.7.0/nali-windows-386-v0.7.0.zip", - "hash": "128ac436ae81941be42568b4bb6b0a1a8e8aa726f0b5d110f183963a852d4ea2" + "url": "https://github.com/zu1k/nali/releases/download/v0.7.1/nali-windows-386-v0.7.1.zip", + "hash": "06a941abb96829a00277e9cd02b23239d0643dfb60e50d62a7fae45c3cfb8dbc" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",