ScoopInstaller_Main/rclone.json
2018-10-15 12:00:29 +00:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://rclone.org",
"version": "1.44",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ncw/rclone/releases/download/v1.44/rclone-v1.44-windows-amd64.zip",
"hash": "ecb7fa27165963e9bb06a343ee82c07ffa0e97617cba4aaa21d2b13664aed0de",
"extract_dir": "rclone-v1.44-windows-amd64"
},
"32bit": {
"url": "https://github.com/ncw/rclone/releases/download/v1.44/rclone-v1.44-windows-386.zip",
"hash": "9c4e581a226e2878d60f2cbd55055c49c03ffc04acc5e09389b4e7a9bf84faa3",
"extract_dir": "rclone-v1.44-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"
}
}
}
}