Skip to content

Commit ea23063

Browse files
authored
Merge pull request #246984 from Homebrew/bump-apko-0.30.14
apko 0.30.14
2 parents 02ac83c + c3a964c commit ea23063

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/a/apko.rb

Lines changed: 7 additions & 7 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.13.tar.gz"
5-
sha256 "646c790d00d1ed603b1621e7da8298a50d8b52e67b7d131d3a3063dfccb148d0"
4+
url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.30.14.tar.gz"
5+
sha256 "74c19f06ae3eb8a40011a7ac357f0fa904e9923e6984fe290546e29c5a5d49c8"
66
license "Apache-2.0"
77
head "https://github.com/chainguard-dev/apko.git", branch: "main"
88

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

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a4f53997bac6ddb2b29c1501573272e7a5c638fe832f4a97d8962d3330e03ecd"
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4763601278bd670a68265a20ea68cbf7459671ea1da4b32e712d3b15f92779a0"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "22cb9c4f23da9be790d423e82cf1198dc80872f30d4756511dbe1c806601acee"
21-
sha256 cellar: :any_skip_relocation, sonoma: "586634dbd6c997e349ccd46567730dadee59cfda87475c64fc71dc8920a82e62"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "32c4056ae80c07577cc243ea1495b46bed740570cdff0fe1184d3e9d92d405fa"
18+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "1ddca0a7fa77f588617343a2649e215079016d11a96c7660a0e31b89d754be15"
19+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e3dec5e212efd5265a420319869d64d2b803ea5f03f69345d055871ef06f010d"
20+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b4d3fb005c50fc211658375b0c0d94529f468a45e7c0d0aa754c4b74a2a3738"
21+
sha256 cellar: :any_skip_relocation, sonoma: "48163f71910f4f821cfeacb9ede2b7d92caa8569d7df0ffe06d449b5074eccbe"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9773aa8bf941ca372c326238fa6665d6febe7bb7244a6075b567e794e67cdd20"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)