Skip to content

Commit

Permalink
Merge pull request #180075 from Homebrew/bump-ko-0.16.0
Browse files Browse the repository at this point in the history
ko 0.16.0
  • Loading branch information
BrewTestBot authored Aug 5, 2024
2 parents aafde82 + fcc9055 commit 82fae73
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/ko.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.15.4.tar.gz"
sha256 "14932a793d37adfe0289655f24c3ffad51cce166bad1d8abede852a86d4b209c"
url "https://github.com/ko-build/ko/archive/refs/tags/v0.16.0.tar.gz"
sha256 "85b909fa600309e71d990a522321a32b4eeb0e67111ddb6eb8b34057f064500a"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "99f775aa1d54ff99991d9bfb00037d4ca4afb3d7341db67da31578aed2b2422e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a72d3dedf6208a12f345edbfde377a6eec50a6c17897a94a4379229a7896fa02"
sha256 cellar: :any_skip_relocation, arm64_monterey: "43b5451ccc03e0a65f85b28c71e82c7dc386f4e5d4bac9bcadc8c7a766740fff"
sha256 cellar: :any_skip_relocation, sonoma: "8bce761e9d40753537a9728bceddd6095a0a2196040d7e73c34507a0503c7968"
sha256 cellar: :any_skip_relocation, ventura: "88f6e6a3c260cdb927094e0086ef289244fef7f1d4ba4d75f72a0a7be6f2d7dc"
sha256 cellar: :any_skip_relocation, monterey: "aad8af9a411b984d814ef22ddc8a48240337378ef00c7f6de2270c8c87ec1ecd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5661b74aa9cce32cf699b9069109631237e6d88ca783116687f92d152f3ce5ad"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 82fae73

Please sign in to comment.