1
1
class Apko < Formula
2
2
desc "Build OCI images from APK packages directly without Dockerfile"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/chainguard-dev/apko.git" , branch : "main"
8
8
@@ -15,12 +15,12 @@ class Apko < Formula
15
15
end
16
16
17
17
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 "
24
24
end
25
25
26
26
depends_on "go" => :build
0 commit comments