mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"version": "0.9.8",
|
|
"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.8/zoxide-0.9.8-x86_64-pc-windows-msvc.zip",
|
|
"hash": "15dbd23ae3d98e2a745d0e8e3f0292402f0a2269b47519b81a6e994baca5db2b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.8/zoxide-0.9.8-aarch64-pc-windows-msvc.zip",
|
|
"hash": "f1fb82eb558a50c43f635abfe438bc7ee1620a9970959739cb5e9fddf675821c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|