Skip to content

Commit

Permalink
Merge pull request #21 from aspect-build/aspect_5932
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored May 14, 2024
2 parents cda8211 + a394794 commit 36fc6ca
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.9.25"
version "5.9.32"
license "Apache-2.0"
bottle do
root_url "https://github.com/aspect-build/aspect-cli/releases/download/5.9.25"
sha256 cellar: :any_skip_relocation, monterey: "03e6231e18e2cbf651aa95cacdc7687f5726dfa6d5977db84b8dd7c69c54cbfc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5c2fdeb99286e7eedc913c8c1e0533104b19d1fb193666deab9ad7fb725c34b9"
sha256 cellar: :any_skip_relocation, big_sur: "d688225b1cf8cf25c800b8ca5e7890f4c8a54a4e3b1264c1dfa5e586938d8736"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "bf51b6bb3d188d2ca83c39efe2382daa563d2d4c391d015156b19685875da113"
sha256 cellar: :any_skip_relocation, x86_64_linux: "41646cd7ff3022a06d780fc8752cb5c4d278cbbe4b4f6f8e8c8d63ed90afd367"
root_url "https://github.com/aspect-build/aspect-cli/releases/download/5.9.32"
sha256 cellar: :any_skip_relocation, monterey: "83d5ce5ad21b9cd2fcad70aa1d0046748baca32d70f77c6759a0beab418668d7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d6d3b270b4cab64222301299b5a7e1e5b3a60c05643e2d52871b39c063971e04"
sha256 cellar: :any_skip_relocation, big_sur: "e8b69042758118b468705056471c5130da80aa2763aa576b2df9477f222236da"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "6a5f16a7ae1525215c549ed020cc33a3ce753a6aaebb3f7e24f8bfc0afcf8eea"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b446cb95e00b2047a704bf51b16b4d59f2fcc2f7216eaba1890601a8b83620a3"
end

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

0 comments on commit 36fc6ca

Please sign in to comment.