Skip to content

Commit

Permalink
Merge pull request #195463 from Homebrew/bump-ko-0.17.0
Browse files Browse the repository at this point in the history
ko 0.17.0
  • Loading branch information
BrewTestBot authored Oct 24, 2024
2 parents 555c53a + 2e86a20 commit 7eb751a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/k/ko.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class Ko < Formula
desc "Build and deploy Go applications on Kubernetes"
homepage "https://ko.build"
url "https://github.com/ko-build/ko/archive/refs/tags/v0.16.0.tar.gz"
sha256 "85b909fa600309e71d990a522321a32b4eeb0e67111ddb6eb8b34057f064500a"
url "https://github.com/ko-build/ko/archive/refs/tags/v0.17.0.tar.gz"
sha256 "cba9a0920fc48aae09e87ac2c317195cf82be9852072a8158060a7ac644d5672"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8631b1743c1ff883a6a89b70d38d804e294423d2e9d50b69483086b2811d596a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a81d1898cb12ae86c15a5a7181dda0572c90338f423caebfee80e28566c1111"
sha256 cellar: :any_skip_relocation, arm64_ventura: "39741725bb79ca8ae6e740876944a1acfd9e04087eaa6c7e569a5e38c4028e49"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8e77ba1346f207e1333308b8b9076c06a8f6bd0caaa8a2c45235cdbd75f0fc96"
sha256 cellar: :any_skip_relocation, sonoma: "48422b2b256c0f2e5251d4e95629198ea04cb2ef5b173a020bba7aebe62713b5"
sha256 cellar: :any_skip_relocation, ventura: "074558ee1a12145f58f2a444c31fd90106b211aab4b640e33f8a69986bba1476"
sha256 cellar: :any_skip_relocation, monterey: "f51323cd395c4489aa11d8749bbb7b4c518c9e8b77d53c0391f5e7a400f4ec2b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "251a9e971ef90ac724c6a0307360e303f6a8d1df4e808b137043fa41084cebca"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1043369454a04d4eacabb390b1dfc3f923d0738ade48f23e35e209d9baed6c78"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1043369454a04d4eacabb390b1dfc3f923d0738ade48f23e35e209d9baed6c78"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1043369454a04d4eacabb390b1dfc3f923d0738ade48f23e35e209d9baed6c78"
sha256 cellar: :any_skip_relocation, sonoma: "d3f6e6a48eea630a47f224dd52c9677429ed04db879d159e583422dff365a482"
sha256 cellar: :any_skip_relocation, ventura: "d3f6e6a48eea630a47f224dd52c9677429ed04db879d159e583422dff365a482"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d45b1a86b2df5e0564c257dd906089729c761609153e0921991189a6be1b305"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7eb751a

Please sign in to comment.