Skip to content

Commit

Permalink
Update kn formula to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
knative-prow[bot] authored and github-actions[bot] committed Dec 5, 2024
1 parent 6949ce4 commit 2724ec4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kn.rb
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# Generated through hack/update-codegen.sh. Don't edit manually.
# Next line is used to identify version of the file.
# kn_version:1.16.0
# kn_version:1.16.1
require "fileutils"

class Kn < Formula
homepage "https://github.com/knative/client"

v = "knative-v1.16.0"
v = "knative-v1.16.1"
version v

if OS.mac? && Hardware::CPU.intel?
url "https://github.com/knative/client/releases/download/#{v}/kn-darwin-amd64"
sha256 "5ce094218d753e34534caf35938f17b4ea0286d0c22413d2073c23990a97bd76"
sha256 "6cbe9fb216c4b4f90fbd4d8c516229bc7b4a8fe142dfcad02068e6d7eb894be6"
elsif OS.mac? && Hardware::CPU.arm?
url "https://github.com/knative/client/releases/download/#{v}/kn-darwin-arm64"
sha256 "c0c197be4c3ac274b79b9566db8c07af6ddbeb68d7a3134f9d2656c7fe9e628a"
sha256 "e6ff0557abe70b7bcfb9ab13c9cca9ef3ee6e0e2a3b24d16bef8f271c6bcac1b"
elsif OS.linux? && Hardware::CPU.arm?
url "https://github.com/knative/client/releases/download/#{v}/kn-linux-arm64"
sha256 "05498ba5e1acfa392dc29643ec184e062ae30b075c80e93a29fb2399510c5c07"
sha256 "1c7a60d4d96a8d062fabfc1df019eb2f5b2cb3349838ed19aeee0bf611991bc7"
else
url "https://github.com/knative/client/releases/download/#{v}/kn-linux-amd64"
sha256 "193389e757c56abcff0d3482a39f205f8ff92757458cdf11e865cbf7b2d02e67"
sha256 "1732efe21c546e97b8f334d70e3b19997bc6a118e26cc914c9601b1c60bacba4"
end

def install
Expand Down

0 comments on commit 2724ec4

Please sign in to comment.