Skip to content

Commit 56f13bd

Browse files
authored
Merge pull request #219957 from Homebrew/bump-apko-0.25.7
apko 0.25.7
2 parents 72e8255 + 127d9af commit 56f13bd

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.25.6.tar.gz"
5-
sha256 "bfd5187f39d4de73d2a53207d94bde96d69681644ba8ede1ec9f913958821db2"
4+
url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.25.7.tar.gz"
5+
sha256 "a6ce3bf0e23f4167cb85b46c1271abbdfc659e909cb86a0b65363eb6b736296b"
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: "8d583b872a59c957f7cf8b12ad57224253b6340dc35a0166e5828f6524fab061"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d583b872a59c957f7cf8b12ad57224253b6340dc35a0166e5828f6524fab061"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8d583b872a59c957f7cf8b12ad57224253b6340dc35a0166e5828f6524fab061"
21-
sha256 cellar: :any_skip_relocation, sonoma: "cdfc15e2846f89d11c9417fc801e6efe8a677fa98bd9618b4d8807edf837e8ae"
22-
sha256 cellar: :any_skip_relocation, ventura: "cdfc15e2846f89d11c9417fc801e6efe8a677fa98bd9618b4d8807edf837e8ae"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d3b1c59a52002667dc886cc03e956797ea8f787dcb26b62e357a13c340b5f9fc"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bab101c165361f1cba6e550c53d7b9d82e37e088af3ae5afa8f00a921ef7c9f"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bab101c165361f1cba6e550c53d7b9d82e37e088af3ae5afa8f00a921ef7c9f"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6bab101c165361f1cba6e550c53d7b9d82e37e088af3ae5afa8f00a921ef7c9f"
21+
sha256 cellar: :any_skip_relocation, sonoma: "4506df5adf1164de048a7e7f80220b9ad74a3ce9bbf6e8320c16c18845bc6b1e"
22+
sha256 cellar: :any_skip_relocation, ventura: "4506df5adf1164de048a7e7f80220b9ad74a3ce9bbf6e8320c16c18845bc6b1e"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b9f4a808831fff6ee9bddf7bd7e67f88e6bc688655aeef66792819e8e7df482"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)