nali: Update to version 0.7.1

This commit is contained in:
github-actions[bot] 2023-02-04 04:27:29 +00:00
parent 7e060ebfdb
commit 94d2f62c2d

View File

@ -1,16 +1,16 @@
{ {
"version": "0.7.0", "version": "0.7.1",
"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.7.0/nali-windows-amd64-v0.7.0.zip", "url": "https://github.com/zu1k/nali/releases/download/v0.7.1/nali-windows-amd64-v0.7.1.zip",
"hash": "773e55894f0dfea65d9e01dba5842b6bb6fdf501f75c63ed87fdb7ea72e99ceb" "hash": "123fd644d37ed38cac99722d609e7429ee01c4efce586c329e30919ba74d7a47"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.7.0/nali-windows-386-v0.7.0.zip", "url": "https://github.com/zu1k/nali/releases/download/v0.7.1/nali-windows-386-v0.7.1.zip",
"hash": "128ac436ae81941be42568b4bb6b0a1a8e8aa726f0b5d110f183963a852d4ea2" "hash": "06a941abb96829a00277e9cd02b23239d0643dfb60e50d62a7fae45c3cfb8dbc"
} }
}, },
"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'",