From 7659cdf8c79237fca29f682de46b2c0e8242060d Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Mon, 10 Jun 2024 23:28:34 -0700 Subject: [PATCH] Update brew formulas for aspect v5.10.1 (#26) --- Formula/aspect.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/aspect.rb b/Formula/aspect.rb index 51d9a71..13bc6ad 100644 --- a/Formula/aspect.rb +++ b/Formula/aspect.rb @@ -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.36" + version "5.10.1" license "Apache-2.0" bottle do - root_url "https://github.com/aspect-build/aspect-cli/releases/download/5.9.36" - sha256 cellar: :any_skip_relocation, monterey: "29609d71e8c2d68597e1e7cf9f56b9374a975a444213e5b9c673b3f1bd259a84" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f8dc28caf1908e5e2049e3f9da254eea0c7b24ebd43827cb5fec50520a194777" - sha256 cellar: :any_skip_relocation, big_sur: "0a981cf352eb5126bedc19efadabbfa7dd950d56c2b6a9d3a4c46295b0de8e54" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "4dc105975e0b99cd6442b3dd36f57fb3b15f53f0d6c39cd22d8c425c9a545710" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d7084bad3158c2934dd21c4b4aee7aa2c425c033daa3a3e1b72f3004ec16e99" + 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" end conflicts_with "bazel", because: "aspect replaces the bazel binary"