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" },