nali: Update to version 0.4.8

This commit is contained in:
github-actions[bot] 2022-07-06 04:37:32 +00:00
parent 457a59e7df
commit 63a6c4f30c

View File

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