Skip to content

Commit

Permalink
Merge pull request #191371 from Homebrew/bump-dagger-0.13.2
Browse files Browse the repository at this point in the history
dagger 0.13.2
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents 4955f76 + b999264 commit add8fad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/d/dagger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Dagger < Formula
desc "Portable devkit for CI/CD pipelines"
homepage "https://dagger.io"
url "https://github.com/dagger/dagger.git",
tag: "v0.13.1",
revision: "45ebbe12bef67be185508153711b2bc2182151f2"
tag: "v0.13.2",
revision: "576d437da1cacd2ea15d502590878bb00795b8e4"
license "Apache-2.0"
head "https://github.com/dagger/dagger.git", branch: "main"

Expand All @@ -13,12 +13,12 @@ class Dagger < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "661ee93ddf35b30cfdad753fc5fff739f26f85764281a03cc81605e137c98c4f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "661ee93ddf35b30cfdad753fc5fff739f26f85764281a03cc81605e137c98c4f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "661ee93ddf35b30cfdad753fc5fff739f26f85764281a03cc81605e137c98c4f"
sha256 cellar: :any_skip_relocation, sonoma: "70bdfd2702a6460c18802c67899cac259bc086ce8dd339603d928a769cea08ea"
sha256 cellar: :any_skip_relocation, ventura: "70bdfd2702a6460c18802c67899cac259bc086ce8dd339603d928a769cea08ea"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5f02b286ad0ce89a1628b70d6231e4378d144c7bd848f86a39fc247dcedfa475"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "620ecb46485ac5ae80c9c87b17a8d8bbaa5b673b47ff9e108b4618c479181a62"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "620ecb46485ac5ae80c9c87b17a8d8bbaa5b673b47ff9e108b4618c479181a62"
sha256 cellar: :any_skip_relocation, arm64_ventura: "620ecb46485ac5ae80c9c87b17a8d8bbaa5b673b47ff9e108b4618c479181a62"
sha256 cellar: :any_skip_relocation, sonoma: "8ceeb780158bc489d507563fb544d1fea785ebab53dc59db959fe09c0821c694"
sha256 cellar: :any_skip_relocation, ventura: "8ceeb780158bc489d507563fb544d1fea785ebab53dc59db959fe09c0821c694"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f86815129eeb6e958f7d168d5713d3b14e9c3aee74998ed94e173dadc633f744"
end

depends_on "go" => :build
Expand Down

0 comments on commit add8fad

Please sign in to comment.