mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 19:31:19 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"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.4/nali-windows-amd64-v0.2.4.zip",
|
|
"hash": "3216ce352cfda96e4208688a4a1f73178e11dfc294a5bed609c0293022c9672a"
|
|
},
|
|
"32bit": {
|
|
"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'",
|
|
"bin": "nali.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/zu1k/nali/releases/download/v$version/nali-windows-amd64-v$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zu1k/nali/releases/download/v$version/nali-windows-386-v$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|