From b7cac8b7acd4b4cdc0dc321bf947be1ea93f19f2 Mon Sep 17 00:00:00 2001 From: gromgit Date: Fri, 9 May 2025 18:38:13 +0000 Subject: [PATCH] rclone-mac 1.69.2 --- 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 5898f97..7692cb8 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.1.tar.gz" - sha256 "2fe258d1b4257aef98b53794c27d1b254ee0f2e307634f94fbf3c71786e3b1b5" + url "https://github.com/rclone/rclone/archive/refs/tags/v1.69.2.tar.gz" + sha256 "46507a8314742255c8949f3ee7ab57c0cb2cab0b01065c9a4ad7b28da1fb54ae" license "MIT" head "https://github.com/rclone/rclone.git"