From 7517bd0f745a17dc54116662ab3eecb431ed6c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 10 Apr 2021 10:23:10 +0200 Subject: [PATCH] nali: Update to version 0.2.4 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index 1496a3cb46..b866b7af43 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.2.3", + "version": "0.2.4", "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.3/nali-windows-amd64-v0.2.3.zip", - "hash": "a253c9752333e2410e422b51e7df4898d96b7c42b24af616e9dbc315876399dd" + "url": "https://github.com/zu1k/nali/releases/download/v0.2.4/nali-windows-amd64-v0.2.4.zip", + "hash": "3216ce352cfda96e4208688a4a1f73178e11dfc294a5bed609c0293022c9672a" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.2.3/nali-windows-386-v0.2.3.zip", - "hash": "b9bb87c74af273d0fad5f781b5e0c825e8597a1e616abb867d13e6537636004e" + "url": "https://github.com/zu1k/nali/releases/download/v0.2.4/nali-windows-386-v0.2.4.zip", + "hash": "54f986ca99a07fd4578d09bc58bf71d3846ba01030bc37e3a83c890e326835f3" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",