mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-16 08:35:14 +00:00
27 lines
852 B
JSON
27 lines
852 B
JSON
{
|
|
"version": "1.2.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.2.4/juicefs-1.2.4-windows-amd64.tar.gz",
|
|
"hash": "ebea6f7243578688b7099f64a091ec740ee44c07dcb36df5bb2cdd36addd6d0e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|