JuiceFS: Add version 1.0.4 (#4648)

This commit is contained in:
Herald Yu 2023-04-16 19:31:11 +08:00 committed by GitHub
parent e2d6d38047
commit b06ca6f9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/juicefs.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "1.0.4",
"description": "A distributed POSIX file system built on top of Redis and S3.",
"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"
}
},
"bin": "juicefs.exe",
"checkver": {
"github": "https://github.com/juicedata/juicefs"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/juicedata/juicefs/releases/download/v$version/juicefs-$version-windows-amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}