mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://rclone.org",
|
|
"version": "1.40",
|
|
"license": "https://github.com/ncw/rclone/blob/master/COPYING",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ncw/rclone/releases/download/v1.40/rclone-v1.40-windows-amd64.zip",
|
|
"hash": "45d6cc3771f26500558db724799206ca8b1c784bc0f5ecf6bc5b0fade00a4ec6",
|
|
"extract_dir": "rclone-v1.40-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ncw/rclone/releases/download/v1.40/rclone-v1.40-windows-386.zip",
|
|
"hash": "7d868143ff2779347aca8d411f354373ee01cb2c6d2ff3ce7d021d9aa9a60f02",
|
|
"extract_dir": "rclone-v1.40-windows-386"
|
|
}
|
|
},
|
|
"bin": "rclone.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ncw/rclone"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ncw/rclone/releases/download/v$version/rclone-v$version-windows-amd64.zip",
|
|
"extract_dir": "rclone-v$version-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ncw/rclone/releases/download/v$version/rclone-v$version-windows-386.zip",
|
|
"extract_dir": "rclone-v$version-windows-386"
|
|
}
|
|
}
|
|
}
|
|
}
|