ScoopInstaller_Main/rclone.json
2018-09-07 17:00:41 +00:00

34 lines
1.3 KiB
JSON

{
"homepage": "https://rclone.org",
"version": "1.43.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ncw/rclone/releases/download/v1.43.1/rclone-v1.43.1-windows-amd64.zip",
"hash": "3bb9399bf1fbe3530749e4dd9a82f8c10867bd2bc25d2c88f4d94626c94ce984",
"extract_dir": "rclone-v1.43.1-windows-amd64"
},
"32bit": {
"url": "https://github.com/ncw/rclone/releases/download/v1.43.1/rclone-v1.43.1-windows-386.zip",
"hash": "28cd05a45afadcb69495c9d98f74b98dcdc1aac98b1b6714342c5aae1a787f7e",
"extract_dir": "rclone-v1.43.1-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"
}
}
}
}