juicefs: Update to version 1.1.0

This commit is contained in:
github-actions[bot] 2023-09-07 04:25:57 +00:00
parent 8fc29af384
commit c9a682afc5

View File

@ -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.", "description": "A distributed POSIX file system built on top of Redis and S3.",
"homepage": "https://juicefs.com", "homepage": "https://juicefs.com",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/juicedata/juicefs/releases/download/v1.0.4/juicefs-1.0.4-windows-amd64.tar.gz", "url": "https://github.com/juicedata/juicefs/releases/download/v1.1.0/juicefs-1.1.0-windows-amd64.tar.gz",
"hash": "581df1e7c2b9bb963b4d678a7e107a6987de4cac508b9390401220d35a234a90" "hash": "e4bb65980e5b378e556774647af8056ef34514cd9c32af4875743ab9ba6f2971"
} }
}, },
"bin": "juicefs.exe", "bin": "juicefs.exe",
"checkver": { "checkver": {
"github": "https://github.com/juicedata/juicefs" "github": "https://github.com/juicedata/juicefs"
}, },