From 0c83c8f381e8be921e6361dd6ecc367c0f0dd556 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:30:29 +0000 Subject: [PATCH] nali: Update to version 0.8.1 --- bucket/nali.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nali.json b/bucket/nali.json index 6a7cbd609f..edd951f798 100644 --- a/bucket/nali.json +++ b/bucket/nali.json @@ -1,16 +1,16 @@ { - "version": "0.8.0", + "version": "0.8.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.8.0/nali-windows-amd64-v0.8.0.zip", - "hash": "3c565eafc0bc0e9f6063d9874a855c29e089285a792b690f5a2476c071b43dbe" + "url": "https://github.com/zu1k/nali/releases/download/v0.8.1/nali-windows-amd64-v0.8.1.zip", + "hash": "a0b1e1c157431708446b9d92ebd4690ab793012a408dfa0b76e02644d50b65c2" }, "32bit": { - "url": "https://github.com/zu1k/nali/releases/download/v0.8.0/nali-windows-386-v0.8.0.zip", - "hash": "da14d1e63282321f1d68c0ee67f3bc5f478791effcbfe3f9f0b7464948d43673" + "url": "https://github.com/zu1k/nali/releases/download/v0.8.1/nali-windows-386-v0.8.1.zip", + "hash": "9c907563018e4ef070225d8eb06d5c57d804bd6c3ab6a7ff1da7ec9b243bd43d" } }, "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",