Skip to content

Commit

Permalink
Update brew formulas for aspect v5.9.35 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored May 24, 2024
1 parent 54e07a1 commit d13ffb7
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.34"
version "5.9.35"
license "Apache-2.0"
bottle do
root_url "https://github.com/aspect-build/aspect-cli/releases/download/5.9.34"
sha256 cellar: :any_skip_relocation, monterey: "ad6de5e68cdfa3140fc8bf3f532567b205141d958d474375815d571d660fd079"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d031f41eb85ade87c87c628cfda886a411dace05feaba82de1bd26ad22e5b770"
sha256 cellar: :any_skip_relocation, big_sur: "f5890daf66eb9cb29783309218ecc30497750ceeb75c8ceb0f8195d6a13e1615"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "c7cb21e855cb872c0cefc511561ec35a4edbe74fa08906e8e7dcb7b93ae8af79"
sha256 cellar: :any_skip_relocation, x86_64_linux: "de4fb52e34699ea268bf1fd04240c534cf96ef2cf8987899636d3332e4d439b9"
root_url "https://github.com/aspect-build/aspect-cli/releases/download/5.9.35"
sha256 cellar: :any_skip_relocation, monterey: "6cf3d8d2dcd9c4607ff095948dddddd79645d3c2b2d5fcd18212d3e0c8162e9a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e27e70d794998520a88475599051e5222d8baa60933870e8470d90989948fa86"
sha256 cellar: :any_skip_relocation, big_sur: "a23589ff89712b6e602564149a87b59c8e63dfe701a7d4a03946d615d786f2cd"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "88501ef8523bc282bc63e46b273fe7df995a6ee360a11b08b160743feb6687df"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e6aca0ed29621a0ac1168327ee8bcf7c574dc91033f9868fd2a789989aa30c50"
end

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

0 comments on commit d13ffb7

Please sign in to comment.