Skip to content

Commit 7eb751a

Browse files
authored
Merge pull request #195463 from Homebrew/bump-ko-0.17.0
ko 0.17.0
2 parents 555c53a + 2e86a20 commit 7eb751a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/k/ko.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class Ko < Formula
22
desc "Build and deploy Go applications on Kubernetes"
33
homepage "https://ko.build"
4-
url "https://github.com/ko-build/ko/archive/refs/tags/v0.16.0.tar.gz"
5-
sha256 "85b909fa600309e71d990a522321a32b4eeb0e67111ddb6eb8b34057f064500a"
4+
url "https://github.com/ko-build/ko/archive/refs/tags/v0.17.0.tar.gz"
5+
sha256 "cba9a0920fc48aae09e87ac2c317195cf82be9852072a8158060a7ac644d5672"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8631b1743c1ff883a6a89b70d38d804e294423d2e9d50b69483086b2811d596a"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a81d1898cb12ae86c15a5a7181dda0572c90338f423caebfee80e28566c1111"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "39741725bb79ca8ae6e740876944a1acfd9e04087eaa6c7e569a5e38c4028e49"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "8e77ba1346f207e1333308b8b9076c06a8f6bd0caaa8a2c45235cdbd75f0fc96"
13-
sha256 cellar: :any_skip_relocation, sonoma: "48422b2b256c0f2e5251d4e95629198ea04cb2ef5b173a020bba7aebe62713b5"
14-
sha256 cellar: :any_skip_relocation, ventura: "074558ee1a12145f58f2a444c31fd90106b211aab4b640e33f8a69986bba1476"
15-
sha256 cellar: :any_skip_relocation, monterey: "f51323cd395c4489aa11d8749bbb7b4c518c9e8b77d53c0391f5e7a400f4ec2b"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "251a9e971ef90ac724c6a0307360e303f6a8d1df4e808b137043fa41084cebca"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1043369454a04d4eacabb390b1dfc3f923d0738ade48f23e35e209d9baed6c78"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1043369454a04d4eacabb390b1dfc3f923d0738ade48f23e35e209d9baed6c78"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1043369454a04d4eacabb390b1dfc3f923d0738ade48f23e35e209d9baed6c78"
12+
sha256 cellar: :any_skip_relocation, sonoma: "d3f6e6a48eea630a47f224dd52c9677429ed04db879d159e583422dff365a482"
13+
sha256 cellar: :any_skip_relocation, ventura: "d3f6e6a48eea630a47f224dd52c9677429ed04db879d159e583422dff365a482"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d45b1a86b2df5e0564c257dd906089729c761609153e0921991189a6be1b305"
1715
end
1816

1917
depends_on "go" => :build

0 commit comments

Comments
 (0)