Skip to content

Commit

Permalink
Merge pull request #182948 from Homebrew/bump-dagger-0.12.6
Browse files Browse the repository at this point in the history
dagger 0.12.6
  • Loading branch information
BrewTestBot authored Aug 30, 2024
2 parents a07570e + bcb0367 commit d498752
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.12.5",
revision: "def01443251763ce702c8c0eb69d5de933b90e52"
tag: "v0.12.6",
revision: "c3ab515efcb3409035fa01486ede16c059abad61"
license "Apache-2.0"
head "https://github.com/dagger/dagger.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bfb408edec2132f781603ab453808a95a15465a1f6382b32b8a1320266d824f4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4370e0e6a2837c7a713a309f9967edb40c4cc606171202387523c077da3e35a5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "419ac36d3d3ca0da08cb6f31d4c83bdbff50afc8f58130055d2700f6c40eb07a"
sha256 cellar: :any_skip_relocation, sonoma: "a06008bcb3c3acdb5e61bf36aedefeaca51736bce22cdfe29d798c27522572f3"
sha256 cellar: :any_skip_relocation, ventura: "ce8c69e2b8a9a7343e316193c5cc95f08e06c4b5da5b88d0abe345d650822290"
sha256 cellar: :any_skip_relocation, monterey: "433e3eb2adf8e8042e6b274e949cbb1d1d0a542911d47681c4e3f4fb521d725c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "02a8e8b215c59853895e070964972c71d576997c2b2635e5b2282f0181040a96"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec075e98d0e9c27ed3c3a3e293d865328490d7e2c89af9eac9e5b1ee96160a73"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec075e98d0e9c27ed3c3a3e293d865328490d7e2c89af9eac9e5b1ee96160a73"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ec075e98d0e9c27ed3c3a3e293d865328490d7e2c89af9eac9e5b1ee96160a73"
sha256 cellar: :any_skip_relocation, sonoma: "f2a7c0d015a35ff893dcf5d4195732431358b69f9a1ae5f79728cf1fd2018fcb"
sha256 cellar: :any_skip_relocation, ventura: "f2a7c0d015a35ff893dcf5d4195732431358b69f9a1ae5f79728cf1fd2018fcb"
sha256 cellar: :any_skip_relocation, monterey: "f2a7c0d015a35ff893dcf5d4195732431358b69f9a1ae5f79728cf1fd2018fcb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "74b0f7e3a8a9c019a8c05a49a20dd738275e31fcb6ccbe1f90309d70ef69ddfe"
end

depends_on "go" => :build
Expand Down

0 comments on commit d498752

Please sign in to comment.