mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
27 lines
852 B
JSON
27 lines
852 B
JSON
{
|
|
"version": "1.1.2",
|
|
"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.1.2/juicefs-1.1.2-windows-amd64.tar.gz",
|
|
"hash": "7baf3a8561fa4c2e0473d3b344b45f6e205203e01d2e7dff94dcc52155270828"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|