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.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 "
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 : "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 "
24
24
end
25
25
26
26
depends_on "go" => :build
0 commit comments