Skip to content

Commit

Permalink
Update brew formulas for aspect v5.9.12 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Feb 27, 2024
1 parent 8cef541 commit 283799a
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.7"
version "5.9.12"
license "Apache-2.0"
bottle do
root_url "https://github.com/aspect-build/aspect-cli/releases/download/5.9.7"
sha256 cellar: :any_skip_relocation, monterey: "ff3aef0426d94141d6166fa68473c17f34f66cc71d55e064931856562caf954d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "77b75385cd5ae14e821b16cbd184143dc22193554d0c9d04cdcde281d329845e"
sha256 cellar: :any_skip_relocation, big_sur: "034448f68a75086beaa036d0093984092a24773bfdc86fa4fdca3ec0aba99d12"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "6f60812bcc124387cd2a85067f4ef881610380cc975c35cbed3de7118c78f3c5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "47ccead81cd88851915aed7fa9e5dfdf6690e9809cab55e8507dd260b3855d09"
root_url "https://github.com/aspect-build/aspect-cli/releases/download/5.9.12"
sha256 cellar: :any_skip_relocation, monterey: "a90b14318526f52600553cda387e2c17a3036d6b8883f0422c2138caba823399"
sha256 cellar: :any_skip_relocation, arm64_monterey: "980c3d8436aad5eda66513bc90eec37c949896c227b34b04199ea5e09b2ad02e"
sha256 cellar: :any_skip_relocation, big_sur: "c0d89962de17efa02a1cff5303a00beaa207778adb52db678bfc186c9dd61547"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "308f95aca489237bbc1c5fe17dd8916cd42c888f08d4c8c7c1d651ca21076848"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d9c976b165fb22c7710086d5de403e5f24f8a36e14b1d6bdfdf7050c67340ce"
end

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

0 comments on commit 283799a

Please sign in to comment.