From 7b4c9defe951924b26a52b58e666f9306f040d07 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 14 May 2024 21:35:21 +0000 Subject: [PATCH 1/2] earthly 0.8.10 --- Formula/e/earthly.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/earthly.rb b/Formula/e/earthly.rb index cf4b4b6b93494..4f47c758c4aa4 100644 --- a/Formula/e/earthly.rb +++ b/Formula/e/earthly.rb @@ -2,8 +2,8 @@ class Earthly < Formula desc "Build automation tool for the container era" homepage "https://earthly.dev/" url "https://github.com/earthly/earthly.git", - tag: "v0.8.9", - revision: "a2fc61ee6e00ed5b8ad09bd06c59451534e2541e" + tag: "v0.8.10", + revision: "9050356a89d53c96ff94b6a46107274426353441" license "MPL-2.0" head "https://github.com/earthly/earthly.git", branch: "main" From 71516763c04b3072760c234fbb6e69367cd02646 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 14 May 2024 23:39:32 +0000 Subject: [PATCH 2/2] earthly: update 0.8.10 bottle. --- Formula/e/earthly.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/earthly.rb b/Formula/e/earthly.rb index 4f47c758c4aa4..b89eec10f5caa 100644 --- a/Formula/e/earthly.rb +++ b/Formula/e/earthly.rb @@ -8,13 +8,13 @@ class Earthly < Formula head "https://github.com/earthly/earthly.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff1d78fde25c19a2aff63e9d9b85f75d3e1f29baf1bdcb3c9a5a9076f013db2a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ff1d78fde25c19a2aff63e9d9b85f75d3e1f29baf1bdcb3c9a5a9076f013db2a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ff1d78fde25c19a2aff63e9d9b85f75d3e1f29baf1bdcb3c9a5a9076f013db2a" - sha256 cellar: :any_skip_relocation, sonoma: "f94ffa3852e363fa2331d2ac5b361c61b26a6200b517a09a3a36a13eb5383a23" - sha256 cellar: :any_skip_relocation, ventura: "f94ffa3852e363fa2331d2ac5b361c61b26a6200b517a09a3a36a13eb5383a23" - sha256 cellar: :any_skip_relocation, monterey: "f94ffa3852e363fa2331d2ac5b361c61b26a6200b517a09a3a36a13eb5383a23" - sha256 cellar: :any_skip_relocation, x86_64_linux: "07b7e05ae674788c2fe44a4ef5417cf7e6dd22bef3afbf4216c9195103c97e92" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fea75566d96827d907e31ba3a1c5287fe3a819b2c8d9764b6df30581a5bcd4d9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fea75566d96827d907e31ba3a1c5287fe3a819b2c8d9764b6df30581a5bcd4d9" + sha256 cellar: :any_skip_relocation, arm64_monterey: "fea75566d96827d907e31ba3a1c5287fe3a819b2c8d9764b6df30581a5bcd4d9" + sha256 cellar: :any_skip_relocation, sonoma: "cbe1cd398fe9cd04b33db8ee9288da44657c65262071dc8b2037c02fd22bba92" + sha256 cellar: :any_skip_relocation, ventura: "cbe1cd398fe9cd04b33db8ee9288da44657c65262071dc8b2037c02fd22bba92" + sha256 cellar: :any_skip_relocation, monterey: "cbe1cd398fe9cd04b33db8ee9288da44657c65262071dc8b2037c02fd22bba92" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d08306848eadbf44467083b6118bf56387293255f639c3da1390569d000b1758" end depends_on "go" => :build