nali: Update to version 0.4.0

This commit is contained in:
github-actions[bot] 2022-05-17 08:29:46 +00:00
parent 731dfc00aa
commit c63983bd0b

View File

@ -1,16 +1,16 @@
{ {
"version": "0.3.10", "version": "0.4.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.3.10/nali-windows-amd64-v0.3.10.zip", "url": "https://github.com/zu1k/nali/releases/download/v0.4.0/nali-windows-amd64-v0.4.0.zip",
"hash": "0badf622b11ef9a55e414de7e5e4dcb3567532cf57039ae0e5a0c1a300b175cb" "hash": "658b365a0e00ca92815b3f8a5f99b4af53d61b2d8c5eab848ae2d2425f2bfbaf"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.3.10/nali-windows-386-v0.3.10.zip", "url": "https://github.com/zu1k/nali/releases/download/v0.4.0/nali-windows-386-v0.4.0.zip",
"hash": "d689d418c756eecd72b08f72fe443cbd8f9d49ee21666d7f24733e73d7ff00f9" "hash": "4f8f446b9dc84afc28ea2c6cec8c3c01a236c4b69ddd9798af0117c19d30a8dd"
} }
}, },
"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'",