Skip to content

Commit 825c3ca

Browse files
authored
Merge pull request Homebrew#228788 from Homebrew/bump-apko-0.29.1
apko 0.29.1
2 parents 7077e4d + cf5937e commit 825c3ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/apko.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Apko < Formula
22
desc "Build OCI images from APK packages directly without Dockerfile"
33
homepage "https://github.com/chainguard-dev/apko"
4-
url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.29.0.tar.gz"
5-
sha256 "2522e5713a5086e44d246e4e7a9d36a40d28c5f4ce2cdfa122e8b6d04c10a047"
4+
url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.29.1.tar.gz"
5+
sha256 "f7c446fca31b5e1933875f2c17e881885f034fc801ef8893d8a3883e66aaae7d"
66
license "Apache-2.0"
77
head "https://github.com/chainguard-dev/apko.git", branch: "main"
88

@@ -15,12 +15,12 @@ class Apko < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2c14387c5dc60713da6339e93e27e111a47532732343e6d463984af260d83d3"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2c14387c5dc60713da6339e93e27e111a47532732343e6d463984af260d83d3"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a2c14387c5dc60713da6339e93e27e111a47532732343e6d463984af260d83d3"
21-
sha256 cellar: :any_skip_relocation, sonoma: "871225470c3fa2b2dafd46591a591bd50058f4a26f344681fbf04f06f0fe0f74"
22-
sha256 cellar: :any_skip_relocation, ventura: "871225470c3fa2b2dafd46591a591bd50058f4a26f344681fbf04f06f0fe0f74"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e6a75ba395833839a991fa49aab22761cd7294e63204370bc4160e58c978bce0"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "63b934003a45e7710a5dccf66dc5f94105244b48b2e60344791b2e0d46eb45ed"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9caf6e2dcc813dcfc7a956e6d379317a83221ea67832c20270b8a731e6ab2637"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "31fb7e6c75f8ab222139c9cd1242fd7f4fc17323ac07e2f1b50d0a0685195c95"
21+
sha256 cellar: :any_skip_relocation, sonoma: "31df8412d202c93b1f5eefcaef88ff850c9a154181fe22192e01a31d8603e67f"
22+
sha256 cellar: :any_skip_relocation, ventura: "43c717cb73a576f99b7e4978a6ec06ace6c6824f14dc59c88b0d2a343e0ad8b6"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "087c215b4add290152efcefdaa891a33d760b8f47b04b057ffc1d95ff148e712"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)