h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

39 lines
1.3 KiB
JSON

{
"homepage": "https://rclone.org",
"description": "rsync for cloud storage",
"version": "1.47.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.rclone.org/v1.47.0/rclone-v1.47.0-windows-amd64.zip",
"hash": "70a5325eba25fd10598ed69d0bd980e2e5c5538e1eb589c96aa772dee4393bb0",
"extract_dir": "rclone-v1.47.0-windows-amd64"
},
"32bit": {
"url": "https://downloads.rclone.org/v1.47.0/rclone-v1.47.0-windows-386.zip",
"hash": "0cf904ce984fcd353cb137fae51d6c8ed14ff70e2c4c597717619cb213dab042",
"extract_dir": "rclone-v1.47.0-windows-386"
}
},
"bin": "rclone.exe",
"checkver": {
"url": "https://downloads.rclone.org/version.txt",
"regex": "rclone v(.+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.rclone.org/v$version/rclone-v$version-windows-amd64.zip",
"extract_dir": "rclone-v$version-windows-amd64"
},
"32bit": {
"url": "https://downloads.rclone.org/v$version/rclone-v$version-windows-386.zip",
"extract_dir": "rclone-v$version-windows-386"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}