ScoopInstaller_Main/rclone.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

34 lines
1.2 KiB
JSON

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