Skip to content

Commit 811a2fd

Browse files
authored
Merge pull request #255253 from Homebrew/bump-apko-0.30.25
apko 0.30.25
2 parents ab69415 + 21e801c commit 811a2fd

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.24.tar.gz"
5-
sha256 "c76798c5ddbf071c4ddd38ff23f2c6a22c177d41c3d5d6532ebbd409dc150d2e"
4+
url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.30.25.tar.gz"
5+
sha256 "923c47a5fa09a0d500ef1e56d6a2bfe5f0d663e687d05f9c0fa39d3790701894"
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_tahoe: "b98d3a484602df3ae8b6529259028d6cf9010d839a9549357604a3d00375507c"
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb326c50321a06f2ee4db618bd413dd45d70eb6765bbe704939756b2dab216f9"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9beb3d31e69c6170fa7138c0efa823cfeac2ef54e486ccf48e6f6bff89796a7d"
21-
sha256 cellar: :any_skip_relocation, sonoma: "a943cfc70b9bfe67f79d4178f2e54ea2915f1ce66066ab54d4a6dddab99c82bd"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "3cd44eb3d0060fa82d66c829fad5a49ac94bd6a179390c44d1134d08f2f002d7"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8fa8d59b35f630dd80f3e3b6a2ffbe88b36f003cb67a48decc80d92285d34518"
18+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "db1186a61880c4cd13865ed17681705cecb046a6324fa6410e1bbd8d04e74e50"
19+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f90e297cffd962d3eb3dbb1cdf034cb905dd54c70414260c31adc933561fe139"
20+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9cad6fcf7c70845b378b5154c3dadaaf8a35e8b9b913f888a95faac8a8116ec"
21+
sha256 cellar: :any_skip_relocation, sonoma: "942d2577461a5896b63e2f653093bd73dc5a470d690c137ead0219fbeb728af2"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "fc3fd8153334b22084299b51cedc1d870eca12dca7e5abc36a708ff48b6a0b43"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f1dfc3228f21bf68a45c4b72db3a24b302902c98fa73cc790dfeee70a7e1ee97"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)