nali: Update to version 0.4.4

This commit is contained in:
github-actions[bot] 2022-06-29 12:33:06 +00:00
parent 52791c1b45
commit a14c645472

View File

@ -1,16 +1,16 @@
{ {
"version": "0.4.3", "version": "0.4.4",
"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.4.3/nali-windows-amd64-v0.4.3.zip", "url": "https://github.com/zu1k/nali/releases/download/v0.4.4/nali-windows-amd64-v0.4.4.zip",
"hash": "fcd02bd11f329ce57c128d67bf668deb3206a6925862efd2d6c7110f56e03bfb" "hash": "11f6dd103f6fb2a1b2669b115d6f1407f24e9a3d5bdf9cec1bd8693827103daa"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.4.3/nali-windows-386-v0.4.3.zip", "url": "https://github.com/zu1k/nali/releases/download/v0.4.4/nali-windows-386-v0.4.4.zip",
"hash": "054cb6c56156d7a5753e4d74cb2fcac91a82e8ae882d72fb2074d5baf4323e20" "hash": "9e8d7b6763df660e21c5757a09c638f3e7a5f828be2791e0e8d496ffe1fb9470"
} }
}, },
"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'",