rclone-mac 1.72.1

Closes #196.

Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
This commit is contained in:
gromgit 2025-12-12 06:49:11 +00:00 committed by Adrian Ho
parent bb877e13ed
commit 70d8185e30

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.72.0.tar.gz" url "https://github.com/rclone/rclone/archive/refs/tags/v1.72.1.tar.gz"
sha256 "5a2eccbc3519224377c0fbbf4469c6e8125c37616ac28cf3c3ec091ccfbbe0c5" sha256 "322c73932b533571880832c0e07abdf9492c7f329b7d1dcdbd2a195fa2635a77"
license "MIT" license "MIT"
head "https://github.com/rclone/rclone.git", branch: "master" head "https://github.com/rclone/rclone.git", branch: "master"