2023-04-16 17:01:11 +05:30

27 lines
857 B
JSON

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