Skip to content

Commit bdc628d

Browse files
authored
Merge pull request #233836 from Homebrew/bump-apko-0.30.5
apko 0.30.5
2 parents be6e3ae + 855bfa8 commit bdc628d

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.30.4.tar.gz"
5-
sha256 "6d32c7e36f3d7e1f7daa563a282158ae44ac6fa1c977634edf5a8fb2dc50811b"
4+
url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.30.5.tar.gz"
5+
sha256 "4645378d99c1430836d3c254cef8eb5bb267d0ba881c6667cb1fad69cee6b5fa"
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: "59cbe725f50cd1dfa3f043ad0d4b0d96ef21bdb8f641f83b7b23fe23dddeccf7"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "833d5e26bf1264dd4b34cbb01f6a79c57cfc64869c075426417f0a87cc21d73e"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a3a16da7ad2c03e3275accbcd6e23c696b6d6cbb5f968a1ef6240c2b89a15cc2"
21-
sha256 cellar: :any_skip_relocation, sonoma: "ccffb9150d918069ea04f9e924cc763a84ceca011b76a1bd50f980810434e336"
22-
sha256 cellar: :any_skip_relocation, ventura: "aca23160fcb2d9b086aa395a0248195d42310c2d7c5b246f2eefe5ec6abb1675"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9bc49c2432853939f1ba77c8065d5be3ec1ab05a0d2079558d53e43dffb45626"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a896bcaf5bf74ae326f5b3ec2ce4d3f6b7add7842101ef87dba2ca0840872668"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3465a5d0e467539902d319cba695774f4e0baaa3541a88565c2613223b6e9baa"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "17fb89e548431f42a7e5cc168439c69d728b0872993b0b039c007cf8dab27924"
21+
sha256 cellar: :any_skip_relocation, sonoma: "95d509bebcd69fbd2392ab53de372276670f9c9f10b774615c90051caba34f6c"
22+
sha256 cellar: :any_skip_relocation, ventura: "b8e4791e6d3b652e5e751d992d803b891b55546f8d62c9b23aa4715213582926"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ef265f5d0fab9772889ac839649e0459e4d59ad7e779ba98f4faa16273b1e55c"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)