mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
27 lines
882 B
JSON
27 lines
882 B
JSON
{
|
|
"version": "0.7.0",
|
|
"description": "A faster way to navigate your filesystem",
|
|
"homepage": "https://github.com/ajeetdsouza/zoxide",
|
|
"license": "MIT",
|
|
"notes": "See https://github.com/ajeetdsouza/zoxide#powershell for zoxide autoload",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.7.0/zoxide-x86_64-pc-windows-msvc.zip",
|
|
"hash": "2a8c287c62b84d56f2da6970134807451e5a50db8faa70e4de4ea56952f5b8ef"
|
|
}
|
|
},
|
|
"bin": "zoxide.exe",
|
|
"env_set": {
|
|
"_ZO_DATA_DIR": "$dir\\data"
|
|
},
|
|
"persist": "data",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|