nali: Update to version 0.7.0

This commit is contained in:
github-actions[bot] 2022-10-20 08:30:55 +00:00
parent 3fe710b7a0
commit 375cf8eff5

View File

@ -1,16 +1,16 @@
{
"version": "0.6.0",
"version": "0.7.0",
"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.6.0/nali-windows-amd64-v0.6.0.zip",
"hash": "401319a62c3f675548cb558e97b66a08192a4664bb76449b6d8dd52f0333aef8"
"url": "https://github.com/zu1k/nali/releases/download/v0.7.0/nali-windows-amd64-v0.7.0.zip",
"hash": "773e55894f0dfea65d9e01dba5842b6bb6fdf501f75c63ed87fdb7ea72e99ceb"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.6.0/nali-windows-386-v0.6.0.zip",
"hash": "0ecc1f2f69b6524943353f30f66845cea5df9b34cb9b7713279271faf5759a95"
"url": "https://github.com/zu1k/nali/releases/download/v0.7.0/nali-windows-386-v0.7.0.zip",
"hash": "128ac436ae81941be42568b4bb6b0a1a8e8aa726f0b5d110f183963a852d4ea2"
}
},
"pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",