Skip to content

Commit

Permalink
Merge pull request Homebrew#203138 from Homebrew/bump-bazel-remote-2.5.0
Browse files Browse the repository at this point in the history
bazel-remote 2.5.0
  • Loading branch information
BrewTestBot authored Jan 3, 2025
2 parents 6e38c27 + 46423fd commit bb4f629
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/b/bazel-remote.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class BazelRemote < Formula
desc "Remote cache for Bazel"
homepage "https://github.com/buchgr/bazel-remote/"
url "https://github.com/buchgr/bazel-remote/archive/refs/tags/v2.4.4.tar.gz"
sha256 "f358997aa5c2b58e1d16a6acf5a6bb9797a8ee4d502ac7d3a00525d4edc6bad1"
url "https://github.com/buchgr/bazel-remote/archive/refs/tags/v2.5.0.tar.gz"
sha256 "12048b619ea0eb8a1b7586755980fb2ee63763447ccba442f258c498de32dc83"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "725a245b501ff5917c629d8457fa44df82a3e20d68b675a1153790131a6da691"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d02dc2fc9308975dcd8288bf20d2ce30d44d2df318b2b95de38871a3cd031cb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "68c09f83fdabd5e3a040ed6e60dfeb1c726e29881780f37916dd561bd6d22320"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4dee66da7e388f6c0c0b1418e1f36dd761ceafcd54ea5c2ba37415ab5d04fd93"
sha256 cellar: :any_skip_relocation, sonoma: "cff600263294a94d06bd0b2023fc5cde02fddeabf8859480d840e98bf386c090"
sha256 cellar: :any_skip_relocation, ventura: "282a91b95fab9d8c3db62eb8c278aa8fd94ed2c58734f9143110e6a2a8c12015"
sha256 cellar: :any_skip_relocation, monterey: "d23bfe3cdb81d81d89a4783a3535beda3b5ec2804f713851f37dea4073855ddf"
sha256 cellar: :any_skip_relocation, x86_64_linux: "212ad6592ff22c1eb04d90a3ecc488637940a3ce54f92b026f23fad3829256da"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6992f127e2ee220cd6ce7bc75fe4ccd8db681c758c31928d3c8bece4147bb371"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a06b18ea04d87c8b87d028a140cd4b08cd67bcd2ed34224378451c0bf213391"
sha256 cellar: :any_skip_relocation, arm64_ventura: "883f5650b0e22ee8511fad69ea4837ed67e4457db0d66a481ee0926edf136f03"
sha256 cellar: :any_skip_relocation, sonoma: "4e20ef2a28959eb449397ee99164c0b36e2189f82dccfd11ed65d93ac0ecc94c"
sha256 cellar: :any_skip_relocation, ventura: "8072cda8b7c29cec05be8ed7cd66b2bb7d8507541bf492f7d84fcda65d8c246b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b467edaa8556aa76bd3a1e8e6962a6074bc100cdcd8a44dfeaff86fdd5340e40"
end

depends_on "go" => :build
Expand Down

0 comments on commit bb4f629

Please sign in to comment.