Skip to content

Commit

Permalink
Fix checksum in 1.6 file (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Mar 4, 2024
1 parent 46f3c8f commit 1fce0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ class KnAT16 < Formula
sha256 "88f38ef23fe28b7036847c34744180da5d7b6be63caf425a6b2733fd4004f9b1"
elsif OS.linux? && Hardware::CPU.arm?
url "https://github.com/knative/client/releases/download/#{v}/kn-linux-arm64"
sha256 "c683911d14c05430be9dd810481dbce178193a39e59ee5e5b1c1b0aff4bcc009"
sha256 "a50ffcbcd78cb0a2aae36c89463d8b91908120d6676a0119badde4574e923f52"
else
url "https://github.com/knative/client/releases/download/#{v}/kn-linux-amd64"
sha256 "a50ffcbcd78cb0a2aae36c89463d8b91908120d6676a0119badde4574e923f52"
sha256 "c683911d14c05430be9dd810481dbce178193a39e59ee5e5b1c1b0aff4bcc009"
end

def install
Expand Down

0 comments on commit 1fce0a0

Please sign in to comment.