mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "0.4.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.4.0/nali-windows-amd64-v0.4.0.zip",
|
|
"hash": "658b365a0e00ca92815b3f8a5f99b4af53d61b2d8c5eab848ae2d2425f2bfbaf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zu1k/nali/releases/download/v0.4.0/nali-windows-386-v0.4.0.zip",
|
|
"hash": "4f8f446b9dc84afc28ea2c6cec8c3c01a236c4b69ddd9798af0117c19d30a8dd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|