ScoopInstaller_Main/rclone.json
2018-09-01 18:00:37 +00:00

34 lines
1.2 KiB
JSON

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