nali: Update to version 0.2.4

This commit is contained in:
Jakub Čábera 2021-04-10 10:23:10 +02:00
parent 9b53ad0e1c
commit 7517bd0f74

View File

@ -1,16 +1,16 @@
{
"version": "0.2.3",
"version": "0.2.4",
"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.2.3/nali-windows-amd64-v0.2.3.zip",
"hash": "a253c9752333e2410e422b51e7df4898d96b7c42b24af616e9dbc315876399dd"
"url": "https://github.com/zu1k/nali/releases/download/v0.2.4/nali-windows-amd64-v0.2.4.zip",
"hash": "3216ce352cfda96e4208688a4a1f73178e11dfc294a5bed609c0293022c9672a"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.2.3/nali-windows-386-v0.2.3.zip",
"hash": "b9bb87c74af273d0fad5f781b5e0c825e8597a1e616abb867d13e6537636004e"
"url": "https://github.com/zu1k/nali/releases/download/v0.2.4/nali-windows-386-v0.2.4.zip",
"hash": "54f986ca99a07fd4578d09bc58bf71d3846ba01030bc37e3a83c890e326835f3"
}
},
"pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",