From 9fab0068afc79ec37acf2fa58c69a5bbf82f5e5d Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Sun, 16 Feb 2025 12:28:27 +0800 Subject: [PATCH] rclone-mac 1.69.1 Closes #103. Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com> --- 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 db6d576..ac9cebc 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.0.tar.gz" - sha256 "9b360793108d0b9a3208dacece76e72f5d9253c6710da1c08a1eb8a91eeb9854" + url "https://github.com/rclone/rclone/archive/refs/tags/v1.69.1.tar.gz" + sha256 "2fe258d1b4257aef98b53794c27d1b254ee0f2e307634f94fbf3c71786e3b1b5" license "MIT" head "https://github.com/rclone/rclone.git"