11class 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.19.4 .tar.gz"
5- sha256 "74c0bff58c81a364d27fc36b0c401523da775b0942685662f84b4bf18a72c210 "
4+ url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.19.5 .tar.gz"
5+ sha256 "41597f570e369165d0910ec9200c265fb09d1fd36574e19b4bc1ebd0bf7ee8d8 "
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_sequoia : "87ea97cd953173af174be19a2412e98e7a76311b8bdb603f3d8fe57ed27dd78f "
19- sha256 cellar : :any_skip_relocation , arm64_sonoma : "87ea97cd953173af174be19a2412e98e7a76311b8bdb603f3d8fe57ed27dd78f "
20- sha256 cellar : :any_skip_relocation , arm64_ventura : "87ea97cd953173af174be19a2412e98e7a76311b8bdb603f3d8fe57ed27dd78f "
21- sha256 cellar : :any_skip_relocation , sonoma : "16910ef119d00e9ff17ced6b6f4a4c7d77820edf9d16cd275332fbfe810b387f "
22- sha256 cellar : :any_skip_relocation , ventura : "16910ef119d00e9ff17ced6b6f4a4c7d77820edf9d16cd275332fbfe810b387f "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "f062e323dd62173eeb6bea0ae28b9db563f1bfc577f5d36856a3b686ba537a87 "
18+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "6ff38eb7154974bc3ac054c4d67a547b68c1dc67d82034ebb0782212adbca106 "
19+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "6ff38eb7154974bc3ac054c4d67a547b68c1dc67d82034ebb0782212adbca106 "
20+ sha256 cellar : :any_skip_relocation , arm64_ventura : "6ff38eb7154974bc3ac054c4d67a547b68c1dc67d82034ebb0782212adbca106 "
21+ sha256 cellar : :any_skip_relocation , sonoma : "1bcc9d2d1a278b84173ae7ddcb00d5183ec1799f3c5554debf2dfa835ac5d6f5 "
22+ sha256 cellar : :any_skip_relocation , ventura : "1bcc9d2d1a278b84173ae7ddcb00d5183ec1799f3c5554debf2dfa835ac5d6f5 "
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6dddce1da9b6a81999e70d71ca2cc4b159b62e13bf7af579777d6caf1697db09 "
2424 end
2525
2626 depends_on "go" => :build
0 commit comments