nali: Update to version 0.4.1

This commit is contained in:
github-actions[bot] 2022-05-24 08:29:46 +00:00
parent de45b23b1f
commit 77404eb479

View File

@ -1,16 +1,16 @@
{
"version": "0.4.0",
"version": "0.4.1",
"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.0/nali-windows-amd64-v0.4.0.zip",
"hash": "658b365a0e00ca92815b3f8a5f99b4af53d61b2d8c5eab848ae2d2425f2bfbaf"
"url": "https://github.com/zu1k/nali/releases/download/v0.4.1/nali-windows-amd64-v0.4.1.zip",
"hash": "138c5eb38f5be74caef3620a6a4041b95deb1ae376d7c51868380a6b0e52af73"
},
"32bit": {
"url": "https://github.com/zu1k/nali/releases/download/v0.4.0/nali-windows-386-v0.4.0.zip",
"hash": "4f8f446b9dc84afc28ea2c6cec8c3c01a236c4b69ddd9798af0117c19d30a8dd"
"url": "https://github.com/zu1k/nali/releases/download/v0.4.1/nali-windows-386-v0.4.1.zip",
"hash": "7116e196bacfc575f9cefa13360ce4218666b3ed5acc2f45f8e2e603ec70b324"
}
},
"pre_install": "(Get-ChildItem \"$dir\\nali*.exe\")[0] | Rename-Item -NewName 'nali.exe'",