nali: Update to version 0.3.2

This commit is contained in:
Jakub Čábera 2021-10-25 23:31:58 -07:00
parent 7a91822906
commit 19799d6590

View File

@ -1,16 +1,16 @@
{ {
"version": "0.3.1", "version": "0.3.2",
"description": "An offline tool for querying IP geographic information and CDN provider", "description": "An offline tool for querying IP geographic information and CDN provider",
"homepage": "https://github.com/zu1k/nali", "homepage": "https://github.com/zu1k/nali",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.3.1/nali-windows-amd64-v0.3.1.zip", "url": "https://github.com/zu1k/nali/releases/download/v0.3.2/nali-windows-amd64-v0.3.2.zip",
"hash": "440a4deff2a493e3dca799a5a4f6c730c03248726001ea265d11120efd23c08c" "hash": "08be28c21345d82e577f0100289aa22a0134125bb440a543d668df97740e97df"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.3.1/nali-windows-386-v0.3.1.zip", "url": "https://github.com/zu1k/nali/releases/download/v0.3.2/nali-windows-386-v0.3.2.zip",
"hash": "04eb17d9581c46b226ce000f3fcaa293d7bc411c69183e1fe4b9a8b33453cec1" "hash": "22e10fc3fa61725353e550e11cb142949ba786c605baff7ec4faa486c7bbc2aa"
} }
}, },
"pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'", "pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",