nali: Update to version 0.4.7

This commit is contained in:
github-actions[bot] 2022-07-04 16:30:25 +00:00
parent a1cea42730
commit 8d451be719

View File

@ -1,16 +1,16 @@
{
"version": "0.4.6",
"version": "0.4.7",
"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.4.6/nali-windows-amd64-v0.4.6.zip",
"hash": "c764fe40746a436ea5ec9932481870aff184303341448d0547753ffdc3f7c399"
"url": "https://github.com/zu1k/nali/releases/download/v0.4.7/nali-windows-amd64-v0.4.7.zip",
"hash": "b751ec8021c4e737354873d9985ac73d962e868da818ace38c22f06fc780a744"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.4.6/nali-windows-386-v0.4.6.zip",
"hash": "0769c50bb60d3ebedb29e4a7c700ad0ce9e158846b8dac72dbdf623992168c10"
"url": "https://github.com/zu1k/nali/releases/download/v0.4.7/nali-windows-386-v0.4.7.zip",
"hash": "2c8d4b317f20662c64c7c11f5714ff12f88afc7905f4586283a392c5ff1b659c"
}
},
"pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",