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.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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/chainguard-dev/apko.git" , branch : "main"
8
8
@@ -15,11 +15,11 @@ class Apko < Formula
15
15
end
16
16
17
17
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 "
23
23
end
24
24
25
25
depends_on "go" => :build
0 commit comments