Skip to content

Commit

Permalink
Merge pull request #171720 from Homebrew/bump-earthly-0.8.10
Browse files Browse the repository at this point in the history
earthly 0.8.10
  • Loading branch information
BrewTestBot authored May 14, 2024
2 parents ef08472 + 7151676 commit 467f9de
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/e/earthly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ 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"

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
Expand Down

0 comments on commit 467f9de

Please sign in to comment.