mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
27 lines
852 B
JSON
27 lines
852 B
JSON
{
|
|
"version": "1.3.0",
|
|
"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.3.0/juicefs-1.3.0-windows-amd64.tar.gz",
|
|
"hash": "2d7118f6db7046582fb8658682164942fcd014aada7f0f08b620f6065babdd22"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|