2024-09-13 04:28:36 +00:00

30 lines
1.2 KiB
JSON

{
"version": "0.9.5",
"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.5/zoxide-0.9.5-x86_64-pc-windows-msvc.zip",
"hash": "57397eb20e0a3348ddba2631764b10e4248e160212522e9bbbba95f09fcc8124"
},
"arm64": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.5/zoxide-0.9.5-aarch64-pc-windows-msvc.zip",
"hash": "897c956b18df29e0ecbc6c8b97eb61bff3f4600a068d893247bb0d11b90ef1d3"
}
},
"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"
}
}
}
}