diff --git a/bucket/juicefs.json b/bucket/juicefs.json new file mode 100644 index 0000000000..1cb47188fc --- /dev/null +++ b/bucket/juicefs.json @@ -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" + } + } +}