Last active
January 30, 2019 16:58
-
-
Save YenForYang/e199fedcd12ea696b5b4a27575e800f5 to your computer and use it in GitHub Desktop.
Scoop rclone beta app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.45-133-g291f2709", | |
"bin": [ | |
[ | |
"rclone.exe", | |
"rclone-beta" | |
] | |
], | |
"architecture": { | |
"64bit": { | |
"url": "https://beta.rclone.org/rclone-beta-latest-windows-amd64.zip", | |
"extract_dir": "rclone-v1.45-133-g291f2709-beta-windows-amd64", | |
"hash": "015e53a38417047e4f60c08892f8c93e94e51d98f78aec71be451a118899644e" | |
}, | |
"32bit": { | |
"url": "https://beta.rclone.org/rclone-beta-latest-windows-386.zip", | |
"extract_dir": "rclone-v1.45-133-g291f2709-beta-windows-386", | |
"hash": "1f053740d715b8a7292961f587e9fe9b4e81c6005ec4b7fcaccc89f391e2edf1" | |
} | |
}, | |
"checkver": { | |
"url": "https://beta.rclone.org/version.txt", | |
"re": "rclone v([1-9]+\\.[0-9]+-[0-9]+-[a-z0-9]+)-beta" | |
}, | |
"autoupdate": { | |
"architecture": { | |
"64bit": { | |
"url": "https://beta.rclone.org/rclone-beta-latest-windows-amd64.zip", | |
"extract_dir": "rclone-v$version-beta-windows-amd64" | |
}, | |
"32bit": { | |
"url": "https://beta.rclone.org/rclone-beta-latest-windows-386.zip", | |
"extract_dir": "rclone-v$version-beta-windows-386" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment