From d58c548b9be7619a516c78f31d5c5f22c2f565ee Mon Sep 17 00:00:00 2001 From: chenrui Date: Mon, 26 Oct 2020 14:27:46 +0000 Subject: [PATCH] rclone 1.53.2 Closes #63491. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/rclone.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/rclone.rb b/Formula/rclone.rb index 26a2adea936..7bc0e91c6a0 100644 --- a/Formula/rclone.rb +++ b/Formula/rclone.rb @@ -1,8 +1,8 @@ class Rclone < Formula desc "Rsync for cloud storage" homepage "https://rclone.org/" - url "https://github.com/rclone/rclone/archive/v1.53.1.tar.gz" - sha256 "b606ebb82bf76cf7e050aaa7bfcc1a688783ec5a4c71a6c3df6aa2f73fe6c8c1" + url "https://github.com/rclone/rclone/archive/v1.53.2.tar.gz" + sha256 "63c499cef3b216aa657b70ac8217b69f6b1925781d4d8881054194664462d4f1" license "MIT" head "https://github.com/rclone/rclone.git"