Skip to content

Commit 30c2167

Browse files
Update kn formula to new version (#175)
Co-authored-by: gauron99 <[email protected]>
1 parent d26bad9 commit 30c2167

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kn.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Generated through hack/update-codegen.sh. Don't edit manually.
22
# Next line is used to identify version of the file.
3-
# kn_version:1.19.0
3+
# kn_version:1.19.2
44
require "fileutils"
55

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

9-
v = "knative-v1.19.0"
9+
v = "knative-v1.19.2"
1010
version v
1111

1212
if OS.mac? && Hardware::CPU.intel?
1313
url "https://github.com/knative/client/releases/download/#{v}/kn-darwin-amd64"
14-
sha256 "5beb28756bc8a0538a30394c59a05046257d85caac3aa71e5245e8151bbc6e52"
14+
sha256 "5250d948b02633a0f72911b2f65fe471ce7b8452926fbb76f271d32f2009f0f9"
1515
elsif OS.mac? && Hardware::CPU.arm?
1616
url "https://github.com/knative/client/releases/download/#{v}/kn-darwin-arm64"
17-
sha256 "10498147432a2fe80079dba49764748499a1531a9bf2028a2608a22fb02cb855"
17+
sha256 "6b6a5f91af18de41b77e7209f7b033458a1d0557af0f77e72d3bcba3fcfb7ddb"
1818
elsif OS.linux? && Hardware::CPU.arm?
1919
url "https://github.com/knative/client/releases/download/#{v}/kn-linux-arm64"
20-
sha256 "17daf99dc3058082cfea4842b4c6c448b219d4e8f4201113dbadc22c3d06b43e"
20+
sha256 "44dc80dc89ffb543915a06a72c8a903364ed696ba0db7455f6a88f1ec80cee4f"
2121
else
2222
url "https://github.com/knative/client/releases/download/#{v}/kn-linux-amd64"
23-
sha256 "2b016a7cc4a3f047023234ece54fb350d392003531fa94e0099d11bc3282d721"
23+
sha256 "53429cd76acf997b460163905702a8cfbe45676680fd1af4d89773e8f867906d"
2424
end
2525

2626
def install

0 commit comments

Comments
 (0)