mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "0.8.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.8.1/nali-windows-amd64-v0.8.1.zip",
|
|
"hash": "a0b1e1c157431708446b9d92ebd4690ab793012a408dfa0b76e02644d50b65c2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zu1k/nali/releases/download/v0.8.1/nali-windows-386-v0.8.1.zip",
|
|
"hash": "9c907563018e4ef070225d8eb06d5c57d804bd6c3ab6a7ff1da7ec9b243bd43d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|