ScoopInstaller_Main/rclone.json
2018-04-28 12:00:46 +00:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://rclone.org",
"version": "1.41",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ncw/rclone/releases/download/v1.41/rclone-v1.41-windows-amd64.zip",
"hash": "6d5dd6617afa1c5625e1e946093b3de8f06ce618d13ee3c61562cc09ca6aefd0",
"extract_dir": "rclone-v1.41-windows-amd64"
},
"32bit": {
"url": "https://github.com/ncw/rclone/releases/download/v1.41/rclone-v1.41-windows-386.zip",
"hash": "0e52006433efcdc02af2e8bb95628526c7bc4055d18551a0ea9732b5e4b2c5d7",
"extract_dir": "rclone-v1.41-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"
}
}
}
}