From b1b83086c3a1d520f9d0679f9542e8657d1b42ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 04:25:43 +0000 Subject: [PATCH] zoxide: Update to version 0.9.2 --- bucket/zoxide.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zoxide.json b/bucket/zoxide.json index c862eabe47..8ef71e3d43 100644 --- a/bucket/zoxide.json +++ b/bucket/zoxide.json @@ -1,17 +1,17 @@ { - "version": "0.9.1", + "version": "0.9.2", "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.1/zoxide-0.9.1-x86_64-pc-windows-msvc.zip", - "hash": "308ce231e165df2744137e5c30c561cae295b7f6d7af584177502b492e687fa8" + "url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.2/zoxide-0.9.2-x86_64-pc-windows-msvc.zip", + "hash": "4e6d75d5c2d0477814774582b24601cbce3185426143ef1db95e21d4f81da888" }, "arm64": { - "url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.1/zoxide-0.9.1-aarch64-pc-windows-msvc.zip", - "hash": "dcc647de3dd379489199a1eb297e3b98695cad14c2fe7d6f70cf3490ebb983dc" + "url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.2/zoxide-0.9.2-aarch64-pc-windows-msvc.zip", + "hash": "177b23c0de171bfb2712754cf1351d671984fa335d36fa5f0a43037f16da8742" } }, "bin": "zoxide.exe",