|
1 | 1 | class Ko < Formula
|
2 | 2 | desc "Build and deploy Go applications on Kubernetes"
|
3 | 3 | homepage "https://ko.build"
|
4 |
| - url "https://github.com/ko-build/ko/archive/refs/tags/v0.15.2.tar.gz" |
5 |
| - sha256 "4ecd13e513924f16af61f7c3713b989aad8eb10d993ec22c23ea50fe96e32289" |
| 4 | + url "https://github.com/ko-build/ko/archive/refs/tags/v0.15.3.tar.gz" |
| 5 | + sha256 "a08956140acca15f37f3eda29391c889ceb1e09558149d23828f06998500628b" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "015166e3fc6af91fa3f0b526fdceab814e5dfe53fabfdca2e0263b442d311ad4" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "11f581be3a08abea832e7f4600a61a91726a2d0ee28c68068a2f81e8f260f22a" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "457627cd2ba7e65bd9668406e1f5b1c32f35764dbb402bb005309a82e687ee58" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "fec8f3c96c3acbdba2461ba832ca26a9e03e31ec5210d0c1223f98ea8eacea18" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "166f6ad5f1c98d8c07b426240591ec86e09cd375fde49be86b277ba9c84dba18" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "f17af88550f3ea8e463392563d4f654d512e721dba93d9242c61367a7acf8347" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "42f06bbf81ee9b83f3a1c7c66db1ac4349a9301494f7cba0ef9486b7e7eed313" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b89cbaa198a49eaecca9dd27c7d8a2738f0fe8bf18a5d55efc6c61001daaaf5b" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "9b9e2500d68faa27f0b8749c899041fe0d1f09b58219499b61ad6acb607c57a8" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "afb539b0908582df535a0b3454aeaae1a2dcab9cc66b89ce9749a7827d3f30a1" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "f5de1991c7f818dd22e2944974152b7fb733affae9f5d6b21c1425579ef45559" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "29d2ae10e00e0ad44415506970429f9c4d6a96a98dab3195b5340dfc4f2f85c8" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "1ffbcc6acbb787c76ed012306cd848905c287dbd64bc744501788b97024a601f" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2fbc0a97632c1821376a1210caf3785bcca050e3a7e52c5b76fef6e6d9469f0e" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments