From 54a83dc191a57f299ac7080b1f3ec86847022726 Mon Sep 17 00:00:00 2001 From: gromgit Date: Tue, 17 Jun 2025 18:42:14 +0000 Subject: [PATCH] rclone-mac 1.70.0 --- Formula/rclone-mac.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/rclone-mac.rb b/Formula/rclone-mac.rb index 912e8d6..b0d0325 100644 --- a/Formula/rclone-mac.rb +++ b/Formula/rclone-mac.rb @@ -3,8 +3,8 @@ require_relative "../require/macfuse" class RcloneMac < Formula desc "Rsync for cloud storage (with macOS FUSE mount support)" homepage "https://rclone.org/" - url "https://github.com/rclone/rclone/archive/refs/tags/v1.69.3.tar.gz" - sha256 "ff6d17d187dd23648bfd33f20ff48902f7f08d2d9231f1f11825109903356b21" + url "https://github.com/rclone/rclone/archive/refs/tags/v1.70.0.tar.gz" + sha256 "7f258d7d3150f419dbccc22152198e8cf179c272c4e15726575343579bddf580" license "MIT" head "https://github.com/rclone/rclone.git"