nali: Update to version 0.3.0

This commit is contained in:
Jakub Čábera 2021-08-10 23:09:30 -07:00
parent c8bfc8d801
commit 222c4b0de7

View File

@ -1,16 +1,16 @@
{ {
"version": "0.2.4", "version": "0.3.0",
"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.2.4/nali-windows-amd64-v0.2.4.zip", "url": "https://github.com/zu1k/nali/releases/download/v0.3.0/nali-windows-amd64-v0.3.0.zip",
"hash": "3216ce352cfda96e4208688a4a1f73178e11dfc294a5bed609c0293022c9672a" "hash": "72a3be624f739f359f83e045aad5c428300f1e8328eeca92ff055e8b624ba719"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.2.4/nali-windows-386-v0.2.4.zip", "url": "https://github.com/zu1k/nali/releases/download/v0.3.0/nali-windows-386-v0.3.0.zip",
"hash": "54f986ca99a07fd4578d09bc58bf71d3846ba01030bc37e3a83c890e326835f3" "hash": "e545ae1b3eba6e4dbd14896cc3f9614b60c2c2b03d378fa4a6a657a027acd6cd"
} }
}, },
"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'",