2024-02-21 00:32:32 +00:00

30 lines
1.2 KiB
JSON

{
"version": "0.9.4",
"description": "A faster way to navigate your filesystem",
"homepage": "https://github.com/ajeetdsouza/zoxide",
"license": "MIT",
"notes": "_ZO_DATA_DIR is located at '$env:LOCALAPPDATA\\zoxide' by default",
"architecture": {
"64bit": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-x86_64-pc-windows-msvc.zip",
"hash": "f0a19d4f1ee7e4126f7edaaf6f257c60683a2922d5709a83471481e4c9ddfc1d"
},
"arm64": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-aarch64-pc-windows-msvc.zip",
"hash": "16206cc7fe7a2dc25ae161b6ce9a76df14c7a3f11388c458b2b1597daed1eddc"
}
},
"bin": "zoxide.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-$version-x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-$version-aarch64-pc-windows-msvc.zip"
}
}
}
}