Skip to content

Commit

Permalink
Merge pull request Homebrew#191737 from Homebrew/bump-rclone-1.68.1
Browse files Browse the repository at this point in the history
rclone 1.68.1
  • Loading branch information
BrewTestBot authored Sep 24, 2024
2 parents f128dd3 + 3ea79af commit 841b7ce
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/r/rclone.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Rclone < Formula
desc "Rsync for cloud storage"
homepage "https://rclone.org/"
url "https://github.com/rclone/rclone/archive/refs/tags/v1.68.0.tar.gz"
sha256 "6e0acbef1c9d21d7a4d53d876c374466de0966f2a1994a8ae448ea0c179ccc6a"
url "https://github.com/rclone/rclone/archive/refs/tags/v1.68.1.tar.gz"
sha256 "26259526855a12499d00e3a3135ee95e7aeb3ecf2f85886d8c837a2e7b236226"
license "MIT"
head "https://github.com/rclone/rclone.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ddd7c0a9d77cd1b913c7b21cac46472e9d6ca41ec39357c166b5ba081d51355"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b11ac9e82d07d7afb1a49411d448f1a760a003e37fea2698c4436a90168676b9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fd82f190966aaa8b95a7d9e3e98c9177fc6ab1156dbdc6a20c96349703c53108"
sha256 cellar: :any_skip_relocation, arm64_monterey: "314f81b6f23deb229571b5cfccd74460ab173a1feed3eec33f8de819b930b1e2"
sha256 cellar: :any_skip_relocation, sonoma: "4680f297f389c4b18067ba5267f216ff28f7cc24ed850757e160f2a131d4361a"
sha256 cellar: :any_skip_relocation, ventura: "796a0548ca8c5c235ba0f95dfa7abebb6593bc55f4af698a16b6a21c823196fd"
sha256 cellar: :any_skip_relocation, monterey: "c099998184d9fa6fc9a7d4d24a951a7e71ced6d980a459884d7c57d9a148de62"
sha256 cellar: :any_skip_relocation, x86_64_linux: "113f3f09231f9ce6dc4ab90a3bb4ac098422620f367f9e67f780f8a135c9e149"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "82b882393191d64add101a4ca9757757e41decee662749784710add138a15480"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4be9c7437c9edb198c8590db9777aa33d0049266c631a1eabc4455341b3fca11"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ff458becc764f1fa737160b2754deef05f957215142ac5a3195b1609d32920d"
sha256 cellar: :any_skip_relocation, sonoma: "d73b8b4bf9c7615c8f50f4f07ef70a87a8f99d9a5a7ea65d8a7313f51e49f542"
sha256 cellar: :any_skip_relocation, ventura: "f73b6de31b16de94d88729ce0229a554606bd6cef3b2ef02951efa6b8a6f1ce0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "43f98a6d4e58cc834056434af23238dfb81cce633d7fea84190f936e5b04e808"
end

depends_on "go" => :build
Expand Down

0 comments on commit 841b7ce

Please sign in to comment.