Skip to content

Commit 9e08669

Browse files
authored
Merge pull request #205113 from Homebrew/bump-apko-0.22.7
apko 0.22.7
2 parents 5b85360 + 2ebcbe0 commit 9e08669

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.22.6.tar.gz"
5-
sha256 "f8568efddac97570e95b6c495e150e9ec6a0e7b2ec8d32ebcd784a869c83b6fe"
4+
url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.22.7.tar.gz"
5+
sha256 "db5ab508444f25f92e1771d2e8748b84b3ef7444da124acfbbcca96732ddbb3c"
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: "a6bbffb4235361af18511db12fb9df4b2f7da70c1f820452309832e34371cb04"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6bbffb4235361af18511db12fb9df4b2f7da70c1f820452309832e34371cb04"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a6bbffb4235361af18511db12fb9df4b2f7da70c1f820452309832e34371cb04"
21-
sha256 cellar: :any_skip_relocation, sonoma: "ed1a57236afaaccdd05eaa45f3601d16cca72a49fb34d0358bbe8c9cfb495c69"
22-
sha256 cellar: :any_skip_relocation, ventura: "ed1a57236afaaccdd05eaa45f3601d16cca72a49fb34d0358bbe8c9cfb495c69"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "937e92fbc3f9ed69be4cd4455b641d5a8282c0125fef82194598300022be85a0"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4674c4678e55f11754937cf6d3b1f22c0a32a99998366698d0c1c8c0861712f"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4674c4678e55f11754937cf6d3b1f22c0a32a99998366698d0c1c8c0861712f"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4674c4678e55f11754937cf6d3b1f22c0a32a99998366698d0c1c8c0861712f"
21+
sha256 cellar: :any_skip_relocation, sonoma: "6398152053fb30b749f67fd1dd436a9b8816bd3aa94f847f1507c0cd00e7aa24"
22+
sha256 cellar: :any_skip_relocation, ventura: "6398152053fb30b749f67fd1dd436a9b8816bd3aa94f847f1507c0cd00e7aa24"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "715fe21fda68f910a2e6c776a736fb59dc3ff1cdbae360af72072a705e77659a"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)