From b06ca6f9a4e791ee6df73b099a42e5de3fcd1bf1 Mon Sep 17 00:00:00 2001 From: Herald Yu Date: Sun, 16 Apr 2023 19:31:11 +0800 Subject: [PATCH] JuiceFS: Add version 1.0.4 (#4648) --- bucket/juicefs.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/juicefs.json 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" + } + } +}