Skip to content

Commit

Permalink
Update brew formulas for aspect v5.10.14 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard authored Aug 8, 2024
1 parent 7659cdf commit f5913fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/aspect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ class Aspect < Formula
desc "Correct, fast, usable: choose three"
homepage "https://aspect.build/cli"
url "https://github.com/aspect-build/aspect-cli"
version "5.10.1"
version "5.10.14"
license "Apache-2.0"
bottle do
root_url "https://github.com/aspect-build/aspect-cli/releases/download/5.10.1"
sha256 cellar: :any_skip_relocation, monterey: "aecd0ce99ffd17f88a8fa0774746b59cc8a614257a936f5b9d3d54b844753e52"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1c134df418fe6effe94afdf3280d3451d4481c08f56e73a547ddc7747f43fafe"
sha256 cellar: :any_skip_relocation, big_sur: "b02c012b9b0aa5787fc57497f3ee30427164ccff43ff98599c3ab2260cc032be"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "81880a133f47fc6eaa043b0941494204b259655248132b097c8e46f76c907730"
sha256 cellar: :any_skip_relocation, x86_64_linux: "73c72c486fd3783d9e2287120e38c5500d21e0e6d70fbfcd263d97bcf23845f2"
root_url "https://github.com/aspect-build/aspect-cli/releases/download/5.10.14"
sha256 cellar: :any_skip_relocation, monterey: "4990f5f54ed96b02c801d7cf646515d5b2ec42d2beeb662e804a26fb061f87e2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8d77dfc296b9a72329607a58176c870e8ca8704a72c5ea51631e1c29a76ae2c7"
sha256 cellar: :any_skip_relocation, big_sur: "0e826cdd1036db2b44a6c1b06e2bb396be187ff1c6d8a390ca9dce998c269fd5"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "b1e4c22d12b44c7bdd850e62160256286a1c26f073738a75a6897da58458e181"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3263511742d7e66699b624c82e6216a5a4f1ed9f3cc4a4f4682f9ed984a0e102"
end

conflicts_with "bazel", because: "aspect replaces the bazel binary"
Expand Down

0 comments on commit f5913fd

Please sign in to comment.