Skip to content

Commit

Permalink
Merge pull request #136810 from chenrui333/bump-rclone-1.63.1
Browse files Browse the repository at this point in the history
rclone 1.63.1
  • Loading branch information
BrewTestBot committed Jul 18, 2023
2 parents 9e23f28 + 8582eda commit f13c666
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions Formula/rclone.rb
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
class Rclone < Formula
desc "Rsync for cloud storage"
homepage "https://rclone.org/"
url "https://github.com/rclone/rclone/archive/v1.63.0.tar.gz"
sha256 "755af528052f946e8d41a3e96e5dbf8f03ecfe398f9d0fdeb7ca1a59208a75db"
url "https://github.com/rclone/rclone/archive/v1.63.1.tar.gz"
sha256 "84b2b2206abc3cb56056c0b76cceefecef0b5f6ad86b208ca458675632f0edf6"
license "MIT"
head "https://github.com/rclone/rclone.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "601e7b18381bde4bc7a462c6ffbe86a6da0fcba21265a46c94eaa2937b0c205d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ef4ff9ff7791212d97b300af3aa9f050133717a925ec43217b2b29472f364126"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "16726ff2ee0bce328c652ea56f9e6477cf7e2e6e6ecfbfe3e54ca63ebf2424e1"
sha256 cellar: :any_skip_relocation, ventura: "e6a39a95b75ce663abc6637e3c177adb5c33b20edcb0c81d1798e56b690bc951"
sha256 cellar: :any_skip_relocation, monterey: "2dd3843c05db56b9628cdd0bef6fcf52e0657cd5f2e724c31c6b8f7f6a3910db"
sha256 cellar: :any_skip_relocation, big_sur: "5cf1b302cd938bd1bbd4c9448123621e18fcea4d3f077d195d2838f39759de8b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e441c7296de2fd80faa4747c4efd145df5c23ee5eb02c49c9f04e72e67ca96f0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "020e5b657d67af4b19b939bb5a36d05f95f8b84912927776dbdd3f51e982babf"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3519783f3f09547f30004a2865a1fb5cd3eff3741fcfa4188f072e63a4d7859c"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "27ca452d1e20ee61eb1c05d5080059b5038273f3c102709d0f4426a6990faff4"
sha256 cellar: :any_skip_relocation, ventura: "acf44f149d7620b5b9b2ee1221ff67971ee5e1ce10e71aa1d1a3da68b3db919d"
sha256 cellar: :any_skip_relocation, monterey: "6ee9165a147b65791c34c8620ec519b3a31a36bc91b1f27d8c0b1684469d40ae"
sha256 cellar: :any_skip_relocation, big_sur: "8814b0617eca7edf7c03f4e568ce26d9b3cf2aebce94a79a19b43fad144183a0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f71b969bef877369ba87d32338208470cbef513061c5b6dfb2966b6213d1f10a"
end

depends_on "go" => :build

# Fix builds on macOS < 12.
patch do
url "https://github.com/rclone/rclone/commit/c5a6821a8f09b1ac88e246a775d99271fa12cecd.patch?full_index=1"
sha256 "ca7fdb4200fc4e2919c99a3d392779ccf65ffe8f10bfde4c965fef8e4984d585"
end

def install
args = *std_go_args(ldflags: "-s -w -X github.com/rclone/rclone/fs.Version=v#{version}")
args += ["-tags", "brew"] if OS.mac?
Expand Down

0 comments on commit f13c666

Please sign in to comment.