ScoopInstaller_Main/rclone.json
2018-06-16 21:00:35 +00:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://rclone.org",
"version": "1.42",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ncw/rclone/releases/download/v1.42/rclone-v1.42-windows-amd64.zip",
"hash": "0420e14de580b3ca35e3ed102e23ddbd6eb5cb182ccc3311f9d7b5576c5c9ab0",
"extract_dir": "rclone-v1.42-windows-amd64"
},
"32bit": {
"url": "https://github.com/ncw/rclone/releases/download/v1.42/rclone-v1.42-windows-386.zip",
"hash": "c87e3b833d70ddd60313c24a798bfb0a2142bc47005b4e93f46f7cc285b5c844",
"extract_dir": "rclone-v1.42-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"
}
}
}
}