mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"version": "0.8.3",
|
|
"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.8.3/zoxide-0.8.3-x86_64-pc-windows-msvc.zip",
|
|
"hash": "e4ae169e788fa12819b1fb085781469b04726be66c7366d84c6905c9feb015b0"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.8.3/zoxide-0.8.3-aarch64-pc-windows-msvc.zip",
|
|
"hash": "8714126e1bc127dcc998d3163ec1578e34064e6306db09f4259948332009faa4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|