From 222c4b0de79c669a0ac75e452804a4807249e071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 10 Aug 2021 23:09:30 -0700 Subject: [PATCH] nali: Update to version 0.3.0 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index b866b7af43..c97015e94a 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.2.4", + "version": "0.3.0", "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.2.4/nali-windows-amd64-v0.2.4.zip", - "hash": "3216ce352cfda96e4208688a4a1f73178e11dfc294a5bed609c0293022c9672a" + "url": "https://github.com/zu1k/nali/releases/download/v0.3.0/nali-windows-amd64-v0.3.0.zip", + "hash": "72a3be624f739f359f83e045aad5c428300f1e8328eeca92ff055e8b624ba719" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.2.4/nali-windows-386-v0.2.4.zip", - "hash": "54f986ca99a07fd4578d09bc58bf71d3846ba01030bc37e3a83c890e326835f3" + "url": "https://github.com/zu1k/nali/releases/download/v0.3.0/nali-windows-386-v0.3.0.zip", + "hash": "e545ae1b3eba6e4dbd14896cc3f9614b60c2c2b03d378fa4a6a657a027acd6cd" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",