rclone-mac 1.71.1

Closes #158.

Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
This commit is contained in:
gromgit 2025-09-24 18:36:53 +00:00 committed by Adrian Ho
parent bb8f1cd210
commit 88d6e8ecd9

View file

@ -3,8 +3,8 @@ require_relative "../require/macfuse"
class RcloneMac < Formula class RcloneMac < Formula
desc "Rsync for cloud storage (with macOS FUSE mount support)" desc "Rsync for cloud storage (with macOS FUSE mount support)"
homepage "https://rclone.org/" homepage "https://rclone.org/"
url "https://github.com/rclone/rclone/archive/refs/tags/v1.71.0.tar.gz" url "https://github.com/rclone/rclone/archive/refs/tags/v1.71.1.tar.gz"
sha256 "20eab33e279e7c14a20174db43277de3f5bbdcd248103e014d6e54374b43224a" sha256 "a3aa14e37047081f9770d7c58a0f13e665ed99600259884246b1884fc4b30b6c"
license "MIT" license "MIT"
head "https://github.com/rclone/rclone.git", branch: "master" head "https://github.com/rclone/rclone.git", branch: "master"