mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
rclone-mac 1.71.0
Closes #152. Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
This commit is contained in:
parent
ec20c10024
commit
b152c0d634
1 changed files with 3 additions and 3 deletions
|
|
@ -3,10 +3,10 @@ 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.70.3.tar.gz"
|
||||
sha256 "0b25fb9f0cb26883cfa885576ddb34276564a1e224edc5aacab826f9ba22179d"
|
||||
url "https://github.com/rclone/rclone/archive/refs/tags/v1.71.0.tar.gz"
|
||||
sha256 "20eab33e279e7c14a20174db43277de3f5bbdcd248103e014d6e54374b43224a"
|
||||
license "MIT"
|
||||
head "https://github.com/rclone/rclone.git"
|
||||
head "https://github.com/rclone/rclone.git", branch: "master"
|
||||
|
||||
bottle do
|
||||
root_url "https://ghcr.io/v2/gromgit/fuse"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue