|
1 | 1 | class Rclone < Formula |
2 | 2 | desc "Rsync for cloud storage" |
3 | 3 | homepage "https://rclone.org/" |
4 | | - url "https://github.com/rclone/rclone/archive/refs/tags/v1.70.2.tar.gz" |
5 | | - sha256 "dc6b1eabbe35cfde3b9db2a25567ed6d4f4e65b5c71e52da7d6ff5f987ba86dc" |
| 4 | + url "https://github.com/rclone/rclone/archive/refs/tags/v1.70.3.tar.gz" |
| 5 | + sha256 "0b25fb9f0cb26883cfa885576ddb34276564a1e224edc5aacab826f9ba22179d" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/rclone/rclone.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "953b208565bf218cbddf3a06e6f511d1d6d22aa6ab147b9ff13d0173fa25254d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a32c07210f7fffec38658e07a1d3ab1eaab33a00b59ab32b6846d3700f22bf98" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "5ed7e672426185ea7ee4c689bebdcfd087bc30f2397717f7dad96fc1f847b1c3" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "9ce8e8a37fc8c3d61655d55b65cbaa05cd6909759f7afbe059495d5b46518884" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "40c516264de9a923e812ce48ed50ff6b461ff65e9c377d1a5e94c26e0df54acb" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "01f6465bc4c6294d8f14bd1e0a2fa880a70d4fe5d5faac084f95aba675835607" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "65017720889ba1f9d1689b017923e24506bf3013e1d794a65e449d23e8ccd1c2" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "88f68f773f201fe8519cfd5f2f43e19b6b031e6dff9d80769f6d9c33435b3d67" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfd8d19db35ae2f3ffd6b0aca47f7b7dd15bf156c5b39cf303fbc2272d20933f" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f821054e37ea2730afe194e78427e17fcadf4dd1a394f500af0d90f1b1539d32" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "3b1da20eb88b913ffb5614dd7bed8571ec63c751d6516fceae47a00d44ebb05d" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "5a147b19d298a6d0427b291261e545e7a7647c10933cb1a77d318a8e5e5d2cda" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "382c43672dcf92de64f20df8bc02e13e7ab1ce674de7448afa6275117f764440" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f35f2c6c2fed7316c6d8019c7eaba52aea9d0f2f37905a8e63b13846a37a4d63" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments