forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rclone-portable.json
46 lines (46 loc) · 1.95 KB
/
rclone-portable.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"##": ":Rclone",
"version": "1.62.2",
"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.62.2/rclone-v1.62.2-windows-amd64.zip",
"hash": "85c623d7808f9d2cf51945e02e98d02b94f9f32ea892237f9a58b544c7a4f4f9",
"extract_dir": "rclone-v1.62.2-windows-amd64"
},
"32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.62.2/rclone-v1.62.2-windows-386.zip",
"hash": "5b91ee887762007cd9fef64003a70c496f855602d1bbb1c32a364008611f98ff",
"extract_dir": "rclone-v1.62.2-windows-386"
}
},
"bin": "rclone.exe",
"persist": "rclone.conf",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\rclone.conf\") -and (Test-Path \"$env:USERPROFILE\\.config\\rclone\\rclone.conf\")) {",
" Write-Host -F yellow \"Copying old '$env:USERPROFILE\\.config\\rclone\\rclone.conf' to '$persist_dir\\rclone.conf'\"",
" New-Item \"$dir\\rclone.conf\" | Out-Null",
" Copy-Item \"$env:USERPROFILE\\.config\\rclone\\rclone.conf\" \"$dir\\rclone.conf\" -Recurse -Force",
"}"
],
"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"
}
}
}