From c9a682afc5fc613b73778a28eb1bf683f873bcd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 04:25:57 +0000 Subject: [PATCH] juicefs: Update to version 1.1.0 --- bucket/juicefs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/juicefs.json b/bucket/juicefs.json index 1cb47188fc..24bbb1391d 100644 --- a/bucket/juicefs.json +++ b/bucket/juicefs.json @@ -1,15 +1,15 @@ { - "version": "1.0.4", + "version": "1.1.0", "description": "A distributed POSIX file system built on top of Redis and S3.", - "homepage": "https://juicefs.com", - "license": "Apache-2.0", + "homepage": "https://juicefs.com", + "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/juicedata/juicefs/releases/download/v1.0.4/juicefs-1.0.4-windows-amd64.tar.gz", - "hash": "581df1e7c2b9bb963b4d678a7e107a6987de4cac508b9390401220d35a234a90" + "url": "https://github.com/juicedata/juicefs/releases/download/v1.1.0/juicefs-1.1.0-windows-amd64.tar.gz", + "hash": "e4bb65980e5b378e556774647af8056ef34514cd9c32af4875743ab9ba6f2971" } }, - "bin": "juicefs.exe", + "bin": "juicefs.exe", "checkver": { "github": "https://github.com/juicedata/juicefs" },