2021-11-09 15:49:43 +05:30

43 lines
1.7 KiB
JSON

{
"version": "1.57.0",
"description": "Sync files and directories to and from mulitple cloud / FTP / HTTP hosters.",
"homepage": "https://rclone.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.57.0/rclone-v1.57.0-windows-amd64.zip",
"hash": "c4fe61892d40eb2a106bb1b59b0284cab20f7ec71ee6417fca03f15d062a257c",
"extract_dir": "rclone-v1.57.0-windows-amd64"
},
"32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.57.0/rclone-v1.57.0-windows-386.zip",
"hash": "02207a474093579fcf87ba000b9e42c762835e27505240ba263864e1825b81ef",
"extract_dir": "rclone-v1.57.0-windows-386"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\rclone.conf\")) { New-Item -ItemType File \"$dir\\rclone.conf\" | Out-Null }",
"uninstaller": {
"script": "Copy-Item \"$dir\\rclone.conf\" \"$persist_dir\\\" -Force"
},
"bin": "rclone.exe",
"persist": "rclone.conf",
"checkver": {
"github": "https://github.com/rclone/rclone"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rclone/rclone/releases/download/v$version/rclone-v$version-windows-amd64.zip",
"extract_dir": "rclone-v$version-windows-amd64"
},
"32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v$version/rclone-v$version-windows-386.zip",
"extract_dir": "rclone-v$version-windows-386"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}