Skip to content

Commit da9bd54

Browse files
authored
Merge pull request #197039 from Homebrew/bump-buildkit-0.17.1
buildkit 0.17.1
2 parents 2533eba + 973fdd3 commit da9bd54

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/b/buildkit.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Buildkit < Formula
22
desc "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit"
33
homepage "https://github.com/moby/buildkit"
44
url "https://github.com/moby/buildkit.git",
5-
tag: "v0.17.0",
6-
revision: "fd61877fa73693dcd4ef64c538f894ec216409a3"
5+
tag: "v0.17.1",
6+
revision: "8b1b83ef4947c03062cdcdb40c69989d8fe3fd04"
77
license "Apache-2.0"
88
head "https://github.com/moby/buildkit.git", branch: "master"
99

@@ -16,12 +16,12 @@ class Buildkit < Formula
1616
end
1717

1818
bottle do
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4560acf9159d68d8ca6fd5a4a7a160694e0ec02ce92a3a10fec319eb7a7fc701"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4560acf9159d68d8ca6fd5a4a7a160694e0ec02ce92a3a10fec319eb7a7fc701"
21-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4560acf9159d68d8ca6fd5a4a7a160694e0ec02ce92a3a10fec319eb7a7fc701"
22-
sha256 cellar: :any_skip_relocation, sonoma: "c7033adea446116748848df4d76c1e89987e24e5e07355e8b42bcb704d8226e6"
23-
sha256 cellar: :any_skip_relocation, ventura: "c7033adea446116748848df4d76c1e89987e24e5e07355e8b42bcb704d8226e6"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "664b2e01ff8f248bd098479096a9fdfe1d65ff265d19881c98d1b5e02c4251a6"
19+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "da1945e80e8c921b404370d03afc1333b7ab59779ba81c1e4f7b1625e5fecb84"
20+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "da1945e80e8c921b404370d03afc1333b7ab59779ba81c1e4f7b1625e5fecb84"
21+
sha256 cellar: :any_skip_relocation, arm64_ventura: "da1945e80e8c921b404370d03afc1333b7ab59779ba81c1e4f7b1625e5fecb84"
22+
sha256 cellar: :any_skip_relocation, sonoma: "f282d148753fe083413e9479e8707b5c6de1d727cc86ccfa15106fe528b27ebd"
23+
sha256 cellar: :any_skip_relocation, ventura: "f282d148753fe083413e9479e8707b5c6de1d727cc86ccfa15106fe528b27ebd"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ff36aa4878342ff7d7bf8705652e33cac2f707b35e7069cc5a85b309f4a9774"
2525
end
2626

2727
depends_on "go" => :build

0 commit comments

Comments
 (0)