mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "0.7.3",
|
|
"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.7.3/nali-windows-amd64-v0.7.3.zip",
|
|
"hash": "1dc94b93cb516720b40ceb04f47233680906db3799e7508fef19440ff02263b9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zu1k/nali/releases/download/v0.7.3/nali-windows-386-v0.7.3.zip",
|
|
"hash": "faebd16d7f3003384d33db59786691d3f1edf1d7ecbd7db0b479c424f445a884"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|